This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Commit b77daf4
Christian Schramm
setup.py: Fix required dependencies
The documented requirement argument seems to be 'install_requires', so
use that. Also, 'networkx' is needed if 'python setup.py
{install,develop}' should work. Lastly, add a comma for good style (as
with CLASSIFIERS).1 parent dcab3af commit b77daf4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
0 commit comments