Skip to content

Commit

Permalink
Remove namespace_packages declaration, no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 13, 2017
1 parent 110cb56 commit c842840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
url="https://github.com/jaraco/" + name,
packages=setuptools.find_packages(),
include_package_data=True,
namespace_packages=name.split('.')[:-1],
python_requires='>=2.7',
install_requires=[
],
Expand Down

0 comments on commit c842840

Please sign in to comment.