Skip to content

Commit

Permalink
Set zip-safe to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 28, 2015
1 parent 14972b5 commit 17d451d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="jsondatabase",
version="0.0.8",
version="0.0.9",
description="A flat file database for json objects.",
long_description=readme("readme.md") + "\n\n" + history,
author="Gunther Cox",
Expand All @@ -27,7 +27,7 @@
include_package_data=True,
install_requires=requirements,
license="BSD",
zip_safe=False,
zip_safe=True,
keywords = ["jsondb"],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 17d451d

Please sign in to comment.