We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54273ec commit efcc03eCopy full SHA for efcc03e
setup.py
@@ -6,12 +6,11 @@
6
7
setup_args = dict(
8
name='django-query-to-table',
9
- version='0.1.5',
+ version='0.1.6',
10
description='A simple to use Django package to turn your sql query into a beautiful reporting html table',
11
long_description_content_type="text/markdown",
12
long_description=README,
13
license='GNU',
14
- zip_safe=True,
15
packages=find_packages(),
16
author='M.Shaeri',
17
0 commit comments