Skip to content

Commit e88b987

Browse files
[PATCH] Added changes suggested in code-review (- WIP PR #71 -)
1 parent 322eac6 commit e88b987

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ project_urls =
3939
License = https://github.com/reactive-firewall/python-repo/LICENSE.md
4040

4141
[bdist_rpm]
42-
url = https://github.com/reactive-firewall/multicast.git
42+
url = https://github.com/reactive-firewall/python-repo.git
4343

4444
[bdist_wheel]
4545
universal=1
4646

47+
[files]
48+
packages = pythonrepo
49+
4750
[options]
4851
zip_safe = true
4952
py_modules = pythonrepo
@@ -65,6 +68,7 @@ where =
6568
include =
6669
pythonrepo
6770
exclude =
71+
docs
6872
tests
6973

7074
[options.extras_require]

0 commit comments

Comments
 (0)