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 3daa5f6 commit 9a571a7Copy full SHA for 9a571a7
setup.py
@@ -52,7 +52,7 @@ def read_files(files, delim: str = "\n") -> str:
52
'Topic :: Scientific/Engineering :: Visualization',
53
'Topic :: Multimedia :: Graphics :: Presentation']
54
55
-tests_require = ['hypothesis', 'pytest', 'pytest-mock']
+# tests_require = ['hypothesis', 'pytest', 'pytest-mock']
56
57
setup(name="aocmartinroebke",
58
version=version,
@@ -63,7 +63,7 @@ def read_files(files, delim: str = "\n") -> str:
63
author="Martin Röbke",
64
author_email="martin.roebke@web.de",
65
license='GPLv3',
66
- packages=['utilities', "2021"],
+ packages=['utilities', "_2021"],
67
platforms='any',
68
classifiers=classifiers,
69
keywords='graph visualization neo4j cypher powershell')
0 commit comments