Merge pull request #265 from stdweird/no_zip_safe

setup.py: code is not zip_safe
This commit is contained in:
Juan Ignacio Fiorentino 2018-07-30 10:57:19 -03:00 committed by GitHub
commit 88f91b9305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ setup(
url='http://github.com/juanifioren/django-oidc-provider',
author='Juan Ignacio Fiorentino',
author_email='juanifioren@gmail.com',
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',