Skip to content

Commit 7d61450

Browse files
committed
setup.py: fix license string, set Production/Status classifier
1 parent 4c838f2 commit 7d61450

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
@@ -39,7 +39,7 @@ def find_version(*parts):
3939
setup(
4040
name='django-polymorphic-tree',
4141
version=find_version('polymorphic_tree', '__init__.py'),
42-
license='Apache License, Version 2.0',
42+
license='Apache 2.0',
4343

4444
install_requires=[
4545
'django-polymorphic>=0.5.5',
@@ -64,7 +64,7 @@ def find_version(*parts):
6464

6565
zip_safe=False,
6666
classifiers=[
67-
'Development Status :: 4 - Beta',
67+
'Development Status :: 5 - Production/Stable',
6868
'Environment :: Web Environment',
6969
'Framework :: Django',
7070
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)