mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 15:22:42 +01:00
Merge pull request #3267 from arogl/patch-1
Update setup.py to install to a directory rather than egg file
This commit is contained in:
commit
a0c7697353
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