We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a825eef commit 34583cbCopy full SHA for 34583cb
pyproject.toml
@@ -4,6 +4,9 @@ license = {file = "LICENSE"}
4
name = "mysiar-data-flow"
5
version = "0.0.2"
6
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/"
10
description = "Python data manipulation library"
11
authors = ["Piotr Synowiec <[email protected]>"]
12
maintainers = ["Piotr Synowiec <[email protected]>"]
@@ -18,6 +21,13 @@ classifiers = [
18
21
"Topic :: Utilities",
19
22
"License :: OSI Approved :: MIT License",
20
23
]
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"
31
32
[tool.poetry.dependencies]
33
python = ">=3.10,<3.13"
0 commit comments