mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
8e25b4b859
Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
228 B
Diff
11 lines
228 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -243,6 +243,7 @@ class DummyPyTest(test):
|
|
with open(os.path.join(base_dir, "README.rst")) as f:
|
|
long_description = f.read()
|
|
|
|
+setup_requirements=[]
|
|
|
|
setup(
|
|
name=about["__title__"],
|