There was an error while loading. Please reload this page.
1 parent 4c838f2 commit 7d61450Copy full SHA for 7d61450
setup.py
@@ -39,7 +39,7 @@ def find_version(*parts):
39
setup(
40
name='django-polymorphic-tree',
41
version=find_version('polymorphic_tree', '__init__.py'),
42
- license='Apache License, Version 2.0',
+ license='Apache 2.0',
43
44
install_requires=[
45
'django-polymorphic>=0.5.5',
@@ -64,7 +64,7 @@ def find_version(*parts):
64
65
zip_safe=False,
66
classifiers=[
67
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
68
'Environment :: Web Environment',
69
'Framework :: Django',
70
'Intended Audience :: Developers',
0 commit comments