File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ license = {file = "LICENSE"}
4
4
name = " mysiar-data-flow"
5
5
version = " 0.0.2"
6
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/"
7
10
description = " Python data manipulation library"
8
11
authors = [" Piotr Synowiec <psynowiec@gmail.com>" ]
9
12
maintainers = [" Piotr Synowiec <psynowiec@gmail.com>" ]
@@ -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"
21
31
22
32
[tool .poetry .dependencies ]
23
33
python = " >=3.10,<3.13"
You can’t perform that action at this time.
0 commit comments