Skip to content

Commit 34583cb

Browse files
committed
master: project config update for poetry
1 parent a825eef commit 34583cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ license = {file = "LICENSE"}
44
name = "mysiar-data-flow"
55
version = "0.0.2"
66
readme = "README.md"
7+
license = "MIT"
8+
repository = "https://github.com/mysiar-org/python-data-flow"
9+
documentation = "https://mysiar-org.github.io/mysiar-data-flow/"
710
description = "Python data manipulation library"
811
authors = ["Piotr Synowiec <psynowiec@gmail.com>"]
912
maintainers = ["Piotr Synowiec <psynowiec@gmail.com>"]
@@ -18,6 +21,13 @@ classifiers = [
1821
"Topic :: Utilities",
1922
"License :: OSI Approved :: MIT License",
2023
]
24+
include = [
25+
"LICENSE",
26+
"CHANGELOG.md"
27+
]
28+
29+
[tool.poetry.urls]
30+
"Bug Tracker" = "https://github.com/mysiar-org/python-data-flow/issues"
2131

2232
[tool.poetry.dependencies]
2333
python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)