Skip to content

Commit 9a571a7

Browse files
Update setup.py
1 parent 3daa5f6 commit 9a571a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read_files(files, delim: str = "\n") -> str:
5252
'Topic :: Scientific/Engineering :: Visualization',
5353
'Topic :: Multimedia :: Graphics :: Presentation']
5454

55-
tests_require = ['hypothesis', 'pytest', 'pytest-mock']
55+
# tests_require = ['hypothesis', 'pytest', 'pytest-mock']
5656

5757
setup(name="aocmartinroebke",
5858
version=version,
@@ -63,7 +63,7 @@ def read_files(files, delim: str = "\n") -> str:
6363
author="Martin Röbke",
6464
author_email="martin.roebke@web.de",
6565
license='GPLv3',
66-
packages=['utilities', "2021"],
66+
packages=['utilities', "_2021"],
6767
platforms='any',
6868
classifiers=classifiers,
6969
keywords='graph visualization neo4j cypher powershell')

0 commit comments

Comments
 (0)