We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28b7a2 commit 65b58ceCopy full SHA for 65b58ce
howto.txt
@@ -2,8 +2,13 @@
2
3
- Version number in setup.py
4
- Classifiers in setup.py
5
+ https://pypi.python.org/pypi?%3Aaction=list_classifiers
6
+ eg:
7
+ Development Status :: 3 - Alpha
8
+ Development Status :: 5 - Production/Stable
9
- Copyright date in NOTICE.txt
10
- Update README.rst with latest changes
11
+- Update README.rst with latest changes
12
- Kits:
13
$ make kit
14
$ make kit_upload
setup.py
@@ -17,7 +17,7 @@
17
Programming Language :: Python :: Implementation :: PyPy
18
Topic :: Software Development :: Quality Assurance
19
Topic :: Software Development :: Testing
20
-Development Status :: 5 - Production/Stable
+Development Status :: 3 - Alpha
21
"""
22
23
setup(
0 commit comments