Skip to content

Commit 2329bdb

Browse files
committed
update classifier
1 parent 2199ac0 commit 2329bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def convert_images():
7575
author_email='andrew@wq.io',
7676
url='https://wq.io/django-data-wizard',
7777
license='MIT',
78-
description='Django Data Wizard',
78+
description=LONG_DESCRIPTION,
7979
long_description=parse_markdown_readme(),
8080
packages=[
8181
'data_wizard',
@@ -95,7 +95,7 @@ def convert_images():
9595
'python-dateutil'
9696
],
9797
classifiers=[
98-
'Development Status :: 4 - Beta',
98+
'Development Status :: 5 - Production/Stable',
9999
'Environment :: Web Environment',
100100
'License :: OSI Approved :: MIT License',
101101
'Natural Language :: English',

0 commit comments

Comments
 (0)