diff options
author | Aric Hagberg <aric.hagberg@gmail.com> | 2011-12-30 12:01:28 -0700 |
---|---|---|
committer | Aric Hagberg <aric.hagberg@gmail.com> | 2011-12-30 12:01:28 -0700 |
commit | 3be62a6b3ab8e300d16e2c097387c6d2f2f69443 (patch) | |
tree | 3bcfc36a083205b55ad945eddf8165ae031e7dca /setup.py | |
parent | c4d757ae1eeac50a79971a823598989ea6e92a39 (diff) | |
download | networkx-3be62a6b3ab8e300d16e2c097387c6d2f2f69443.tar.gz |
Missing comma.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ package_data = { 'networkx.linalg': ['tests/*.py'], 'networkx.readwrite': ['tests/*.py'], 'networkx.readwrite.json_graph': ['tests/*.py'], - 'networkx.testing': ['tests/*.py'] + 'networkx.testing': ['tests/*.py'], 'networkx.utils': ['tests/*.py'] } |