mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
fixes #36 database copy bug
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user