mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Update setup.py to install to a directory rather than egg file fixes #3264
This commit is contained in:
parent
909fd1eb27
commit
c379418967
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -65,6 +65,7 @@ setup(
|
|||
platforms='ALL',
|
||||
long_description=_read('README.rst'),
|
||||
test_suite='test.testall.suite',
|
||||
zip_safe=False,
|
||||
include_package_data=True, # Install plugin resources.
|
||||
|
||||
packages=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue