setup.py: remove namespace_packages declaration

Looks like the Setuptools people are moving to make this an error. I don't
think it was doing anything anyway.

https://bitbucket.org/pypa/setuptools/issue/12/update-or-remove-warning-when-namespace
This commit is contained in:
Adrian Sampson 2014-02-11 12:06:25 -08:00
parent c6d649eadf
commit 8df31453c0

View file

@ -64,7 +64,6 @@ setup(name='beets',
'beetsplug.web',
'beetsplug.lastgenre',
],
namespace_packages=['beetsplug'],
entry_points={
'console_scripts': [
'beet = beets.ui:main',