We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322eac6 commit e88b987Copy full SHA for e88b987
setup.cfg
@@ -39,11 +39,14 @@ project_urls =
39
License = https://github.com/reactive-firewall/python-repo/LICENSE.md
40
41
[bdist_rpm]
42
-url = https://github.com/reactive-firewall/multicast.git
+url = https://github.com/reactive-firewall/python-repo.git
43
44
[bdist_wheel]
45
universal=1
46
47
+[files]
48
+packages = pythonrepo
49
+
50
[options]
51
zip_safe = true
52
py_modules = pythonrepo
@@ -65,6 +68,7 @@ where =
65
68
include =
66
69
pythonrepo
67
70
exclude =
71
+ docs
72
tests
73
74
[options.extras_require]
0 commit comments