Skip to content

Commit

Permalink
Merge pull request #2 from Lundalogik/linda-test
Browse files Browse the repository at this point in the history
feat: update name
  • Loading branch information
lindamyhrman authored Aug 9, 2024
2 parents 8be9aef + 4c924bd commit 8d8f04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = ['poetry-core>=1.3']
build-backend = 'poetry.core.masonry.api'

[tool.metadata]
display_name = 'reunion 2024 github'
display_name = 'reunion 2024'
package_name = 'solution-reunion-2024-github'
lib_name = 'solution_reunion_2024_github'

[tool.poetry]
name = 'solution-reunion-2024-github'
name = 'solution-reunion-2024'
version = '0.1.0'
description = 'Lime CRM solution'
authors = ['Author <author@lime.tech>']
Expand All @@ -18,7 +18,7 @@ name = 'lime'
url = 'https://pypi.lime.tech/simple/'

[tool.poetry.plugins.lime_plugins]
'solution-reunion-2024-github' = 'solution_reunion_2024_github'
'solution-reunion-2024' = 'solution_reunion_2024'

[tool.poetry.dependencies]
python = '^3.11'
Expand Down

0 comments on commit 8d8f04e

Please sign in to comment.