mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
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:
parent
c6d649eadf
commit
8df31453c0
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -64,7 +64,6 @@ setup(name='beets',
|
|||
'beetsplug.web',
|
||||
'beetsplug.lastgenre',
|
||||
],
|
||||
namespace_packages=['beetsplug'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'beet = beets.ui:main',
|
||||
|
|
|
|||
Loading…
Reference in a new issue