File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ license = {file = "LICENSE"}
44name = " mysiar-data-flow"
55version = " 0.0.2"
66readme = " 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/"
710description = " Python data manipulation library"
811authors = [
" Piotr Synowiec <[email protected] >" ]
912maintainers = [
" Piotr Synowiec <[email protected] >" ]
@@ -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 ]
2333python = " >=3.10,<3.13"
You can’t perform that action at this time.
0 commit comments