Skip to content

Commit

Permalink
master: project config update for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Oct 21, 2024
1 parent a825eef commit 34583cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ license = {file = "LICENSE"}
name = "mysiar-data-flow"
version = "0.0.2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mysiar-org/python-data-flow"
documentation = "https://mysiar-org.github.io/mysiar-data-flow/"
description = "Python data manipulation library"
authors = ["Piotr Synowiec <[email protected]>"]
maintainers = ["Piotr Synowiec <[email protected]>"]
Expand All @@ -18,6 +21,13 @@ classifiers = [
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
]
include = [
"LICENSE",
"CHANGELOG.md"
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/mysiar-org/python-data-flow/issues"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
Expand Down

0 comments on commit 34583cb

Please sign in to comment.