Skip to content

Commit

Permalink
Update pyproject and poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Dec 12, 2023
1 parent 981caf7 commit 4786cff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ version = "0.0.0"
description = "Package for managing codelists & attributes for IAMC-format datasets"
license = "APACHE-2.0"
readme = "README.md"
url = "https://github.com/IAMconsortium/nomenclature"
packages = [{include = "nomenclature"}]

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
Expand All @@ -22,6 +24,7 @@ numpy = "^1.23.0"
black = "^23.12.0"
mypy = "^1.7.1"
flake8 = "^6.1.0"
pytest = "^7.4.3"


[tool.poetry.group.docs.dependencies]
Expand All @@ -30,15 +33,15 @@ sphinx-click = "^5.1.0"
numpydoc = "^1.6.0"


[tool.poetry.group.tests.dependencies]
pytest = "^7.4.3"

[tool.poetry-dynamic-versioning]
bump = true
enable = true
style = "pep440"
vcs = "git"

[tool.flake8]
max_line_length = 88

[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]

0 comments on commit 4786cff

Please sign in to comment.