projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a36f1
)
Updating to a production/stable designation
author
Daniel Roy Greenfeld
<pydanny@gmail.com>
Wed, 25 Nov 2015 01:41:19 +0000
(17:41 -0800)
committer
Daniel Roy Greenfeld
<pydanny@gmail.com>
Wed, 25 Nov 2015 01:41:19 +0000
(17:41 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a3855b6a54d5ce885640f1eb8356810d183f8ada..2a84e80c1dff8934c7ac423ae668c940d16fc0b2 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-34,7
+34,7
@@
setup(
zip_safe=False,
keywords='cached-property',
classifiers=[
- 'Development Status ::
4 - Beta
',
+ 'Development Status ::
5 - Production/Stable
',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
@@
-44,5
+44,6
@@
setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
],
)