diff --git a/setup.py b/setup.py index 1e865278..6d50ff0e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dovesnap', version=[ f.split('"')[1] for f in open('main.go', 'r').readlines() if 'version' in f ][0], - install_requires=open('graph_dovesnap/requirements.txt', 'r').read().splitlines(), + install_requires=open('requirements.txt', 'r').read().splitlines(), license='Apache License 2.0', description='graphviz generator of dovesnap networks', url='https://github.com/IQTLabs/dovesnap',