Skip to content

Commit efcc03e

Browse files
authored
Remove zip_safe
1 parent 54273ec commit efcc03e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66

77
setup_args = dict(
88
name='django-query-to-table',
9-
version='0.1.5',
9+
version='0.1.6',
1010
description='A simple to use Django package to turn your sql query into a beautiful reporting html table',
1111
long_description_content_type="text/markdown",
1212
long_description=README,
1313
license='GNU',
14-
zip_safe=True,
1514
packages=find_packages(),
1615
author='M.Shaeri',
1716

0 commit comments

Comments
 (0)