Skip to content

Commit 65b58ce

Browse files
author
Pamela McA'Nulty
committed
Update setup.py classifiers and howto.txt
1 parent e28b7a2 commit 65b58ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

howto.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
- Version number in setup.py
44
- 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
59
- Copyright date in NOTICE.txt
610
- Update README.rst with latest changes
11+
- Update README.rst with latest changes
712
- Kits:
813
$ make kit
914
$ make kit_upload

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Programming Language :: Python :: Implementation :: PyPy
1818
Topic :: Software Development :: Quality Assurance
1919
Topic :: Software Development :: Testing
20-
Development Status :: 5 - Production/Stable
20+
Development Status :: 3 - Alpha
2121
"""
2222

2323
setup(

0 commit comments

Comments
 (0)