Skip to content

Commit

Permalink
Use zip_safe=False
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Aug 17, 2014
1 parent 5a5d6fa commit 9237d51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

0.1.1
-----

- Use ``zip_safe=False`` for proper packaging.


0.1
---

Expand Down
2 changes: 1 addition & 1 deletion flask_restplus/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.1'
__version__ = '0.1.1'
__description__ = 'Helpers, syntaxic sugar and Swagger documentation for Flask-Restful'

try:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -56,6 +56,7 @@ def rst(filename):
},
license='GNU AGPLv3+',
use_2to3=True,
zip_safe=False,
keywords='',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 9237d51

Please sign in to comment.