summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 2.3 compatibility: re.findall doesn't accept flags in 2.3.function-argumentsubershmekel2009-11-021-2/+4
|
* Allow alphanumeric version number (\w and not \d).ubershmekel2009-11-021-1/+1
|
* Fix newline regular expression issues - they were still a problem because ↵steven.bethard2009-09-151-2/+2
| | | | the README generated on Windows may be used from a source .zip downloaded to Unix.
* Set svn:eol-style=native for all .py files.steven.bethard2009-09-121-52/+52
|
* Read description from README.txt file and reformat README.txt so that when ↵steven.bethard2009-08-021-6/+15
| | | | it's uploaded to PyPI, it looks right.
* Update classifiers to mark argparse as stable.steven.bethard2009-07-261-1/+1
|
* Make append* actions copy their default value.steven.bethard2009-05-041-8/+6
| | | | | Bump version numbers, and clean up description text in setup.py. Ignore some generated and local files.
* Update argparse homepage.steven.bethard2009-04-291-1/+1
|
* Bump version to 0.9.1 to include correct license information (also clean out ↵steven.bethard2009-04-281-3/+3
| | | | a couple remaining BSD references).
* Update license to Apache 2.0.steven.bethard2009-04-281-6/+13
|
* Initial import from python-hosting.com repository.steven.bethard2009-03-271-0/+38