Skip to content

Commit

Permalink
Updating news and adding classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Mar 28, 2012
1 parent 533727b commit 6f518a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
News
====

0.1.1

*Release date: March 28, 2012*

* Fix issue #1 which makes the git-sweep help menus more useful
* Fix a minor grammar issue in the help
* Fix issue #2 which dropped extra options when telling you to use
cleanup
* Added a --force option to skip confirmation prompt

0.1.0
-----

*Release date: 0.1.0*
*Release date: n/a*

* Initial release
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
description="Clean up branches from your Git remotes",
long_description=README + '\n\n' + NEWS,
classifiers=[
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: POSIX',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Version Control',
'Topic :: Text Processing'
],
keywords='git maintenance branches',
author='Arc90, Inc.',
Expand Down

0 comments on commit 6f518a3

Please sign in to comment.