Skip to content

Commit 6f518a3

Browse files
committed
Updating news and adding classifiers
1 parent 533727b commit 6f518a3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

NEWS.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
News
22
====
33

4+
0.1.1
5+
6+
*Release date: March 28, 2012*
7+
8+
* Fix issue #1 which makes the git-sweep help menus more useful
9+
* Fix a minor grammar issue in the help
10+
* Fix issue #2 which dropped extra options when telling you to use
11+
cleanup
12+
* Added a --force option to skip confirmation prompt
13+
414
0.1.0
515
-----
616

7-
*Release date: 0.1.0*
17+
*Release date: n/a*
818

919
* Initial release

setup.py

+11-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@
2020
description="Clean up branches from your Git remotes",
2121
long_description=README + '\n\n' + NEWS,
2222
classifiers=[
23-
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
23+
'Development Status :: 4 - Beta',
24+
'Environment :: Console',
25+
'License :: OSI Approved :: MIT License',
26+
'Intended Audience :: Developers',
27+
'Natural Language :: English',
28+
'Operating System :: POSIX',
29+
'Programming Language :: Python :: 2.6',
30+
'Programming Language :: Python :: 2.7',
31+
'Topic :: Software Development :: Quality Assurance',
32+
'Topic :: Software Development :: Version Control',
33+
'Topic :: Text Processing'
2434
],
2535
keywords='git maintenance branches',
2636
author='Arc90, Inc.',

0 commit comments

Comments
 (0)