summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJan Aagaard Meier <janzeh@gmail.com>2014-04-15 15:31:19 +0200
committerJan Aagaard Meier <janzeh@gmail.com>2014-04-15 15:31:19 +0200
commit44bd9f6177671361ece91383e64d9e8b73658e7d (patch)
treeb2662163ab3e744eea9f485515559a018c6afc7f /setup.py
parentc35a95a2dbdad407cc959faff0ca31475ed7c0a0 (diff)
parent79370bb9dfc5494f7be98135648b8f5b3c79802a (diff)
downloadnetworkx-44bd9f6177671361ece91383e64d9e8b73658e7d.tar.gz
Fix merge conflict in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7e2d4bcf..241e2504 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ package_data = {
'networkx.algorithms.components': ['tests/*.py'],
'networkx.algorithms.connectivity': ['tests/*.py'],
'networkx.algorithms.coloring': ['tests/*.py'],
- 'networkx.algorithms.flow': ['tests/*.py'],
+ 'networkx.algorithms.flow': ['tests/*.py', 'tests/*.bz2'],
'networkx.algorithms.traversal': ['tests/*.py'],
'networkx.algorithms.isomorphism': ['tests/*.py','tests/*.*99'],
'networkx.algorithms.link_analysis': ['tests/*.py'],