Update setup.py to install to a directory rather than egg file fixes #3264

This commit is contained in:
arogl 2019-05-13 18:08:29 +10:00 committed by GitHub
parent 909fd1eb27
commit c379418967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=[