Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8d1bc02

Browse files
committed
Updated development status, classifiers and project url
1 parent 2fc29f8 commit 8d1bc02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@
1414
license='ISC License (ISCL)',
1515
description='Wagtail CMS quickstart for deployment on PythonAnywhere',
1616
long_description=open('README.rst').read(),
17-
url='https://github.com/texperience',
17+
url='https://github.com/texperience/wagtail-pythonanywhere-quickstart',
1818
author='Timo Rieber',
1919
author_email='[email protected]',
2020
install_requires=install_requires,
2121
classifiers=[
22-
'Development Status :: 4 - Alpha',
22+
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Web Environment',
2424
'Framework :: Django',
2525
'Framework :: Django :: 1.8',
26-
'Framework :: Django :: 1.9',
2726
'Framework :: Django :: 1.10',
2827
'Framework :: Django :: 1.11',
2928
'Intended Audience :: Developers',
@@ -33,7 +32,6 @@
3332
'Programming Language :: Python :: 2',
3433
'Programming Language :: Python :: 2.7',
3534
'Programming Language :: Python :: 3',
36-
'Programming Language :: Python :: 3.3',
3735
'Programming Language :: Python :: 3.4',
3836
'Programming Language :: Python :: 3.5',
3937
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)