Skip to content

Commit 3f8c7aa

Browse files
authored
Fix status classifier in setup.py (dropbox#334)
1 parent dff9e02 commit 3f8c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
url='http://www.dropbox.com/developers',
6464
# From <https://pypi.python.org/pypi?%3Aaction=list_classifiers>
6565
classifiers=[
66-
'Development Status :: 5 - Stable',
66+
'Development Status :: 5 - Production/Stable',
6767
'Intended Audience :: Developers',
6868
'License :: OSI Approved :: MIT License',
6969
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)