fixes #36 database copy bug

This commit is contained in:
Jan Laukemann
2019-10-04 00:40:23 +02:00
parent 5f42253824
commit 953c51f7be
3 changed files with 8 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ setup(
# that you indicate wheter you support Python2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
# What doesd your project relate to?
@@ -91,9 +92,8 @@ setup(
install_requires=[
'kerncraft',
'networkx',
'numpy',
'pyparsing',
'pygraphviz'
'pygraphviz',
],
python_requires='>=3.5',