Skip to content

Commit

Permalink
Points out the package name directly
Browse files Browse the repository at this point in the history
Forces setuptools to see the package and successfully install when
requested.
  • Loading branch information
harrymvr committed Sep 18, 2015
1 parent 7f6ca7a commit ece8613
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 @@ -32,7 +32,7 @@ def read(*names, **kwargs):
author='Charalampos Mavroforakis',
author_email='cmav@bu.edu',
url='https://github.com/harrymvr/absorbing-centrality',
packages=find_packages('absorbing_centrality'),
packages=['absorbing_centrality'],
# package_dir={'': 'absorbing_centrality'},
# py_modules=[splitext(basename(path))[0] for path in glob('absorbing_centrality/*.py')],
include_package_data=True,
Expand Down

0 comments on commit ece8613

Please sign in to comment.