Added zip_safe flag
This commit is contained in:
parent
c6fed5a5c0
commit
f6c86f33c9
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -25,6 +25,7 @@ setup(name='paramecio2',
|
|||
entry_points={'console_scripts': [
|
||||
'paramecio2 = paramecio2.console:start', 'paramecio2db = paramecio2.libraries.db.dbadmin:start',
|
||||
]},
|
||||
zip_safe=False,
|
||||
license='GPLV3',
|
||||
platforms = 'any',
|
||||
classifiers=['Development Status :: 1 - Beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue