Skip to content

Commit

Permalink
zip_safe_False
Browse files Browse the repository at this point in the history
  • Loading branch information
erm0l0v committed Jul 29, 2015
1 parent 9f5af99 commit 58416a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -28,7 +28,7 @@ def load_requirements(file_name):

setup(
name="tta",
version="0.1.8",
version="0.1.9",
url="https://github.com/erm0l0v/tta",

author="Kirill Ermolov",
Expand All @@ -43,7 +43,7 @@ def load_requirements(file_name):
'tta'},
include_package_data=True,
install_requires=requirements,
zip_safe=True,
zip_safe=False,

entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion tta/__init__.py
@@ -1,5 +1,5 @@
"""tta - Time Tracker Autocompleter for Muranosoft"""

__version__ = '0.1.8'
__version__ = '0.1.9'
__author__ = 'Kirill Ermolov <erm0l0v@ya.ru>'

0 comments on commit 58416a9

Please sign in to comment.