Skip to content

Commit

Permalink
Merge pull request #482 from anarkiwi/gds
Browse files Browse the repository at this point in the history
requirements.txt path.
  • Loading branch information
cglewis authored Aug 26, 2021
2 parents 30ccb54 + f5f1409 commit 835f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 835f66d

Please sign in to comment.