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 2199ac0 commit 2329bdbCopy full SHA for 2329bdb
setup.py
@@ -75,7 +75,7 @@ def convert_images():
75
author_email='andrew@wq.io',
76
url='https://wq.io/django-data-wizard',
77
license='MIT',
78
- description='Django Data Wizard',
+ description=LONG_DESCRIPTION,
79
long_description=parse_markdown_readme(),
80
packages=[
81
'data_wizard',
@@ -95,7 +95,7 @@ def convert_images():
95
'python-dateutil'
96
],
97
classifiers=[
98
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
99
'Environment :: Web Environment',
100
'License :: OSI Approved :: MIT License',
101
'Natural Language :: English',
0 commit comments