discourage installation as a zipped eggs, thanks @machakux (#548)

This commit is contained in:
Bojan Mihelac 2017-12-11 09:23:34 +01:00
parent 859641a61f
commit 05983497e4
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Changelog
0.6.2 (unreleased)
------------------
- Nothing changed yet.
- discourage installation as a zipped egg (#548)
0.6.1 (2017-12-04)

View File

@ -44,4 +44,5 @@ setup(
include_package_data=True,
install_requires=install_requires,
classifiers=CLASSIFIERS,
zip_safe=False,
)