Skip to content

Commit

Permalink
updated setup to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmassa committed Nov 1, 2017
1 parent 7a38a18 commit fc5f661
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@
include_package_data=True,
keywords=['wagtail', 'streamfield', 'forms', 'accent', 'design'],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Topic :: Internet :: WWW/HTTP :: Site Management',
],
)

0 comments on commit fc5f661

Please sign in to comment.