summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* use tox for testing, bump version to 1.3.0, declare support for py 3.3+3.4Thomas Waldmann2014-12-151-0/+2
| | | | also make sure we really test THIS lib, not the builtin one in stdlib.
* add universal wheel support, host files on pypir122Thomas Waldmann2014-11-151-1/+0
|
* update pypi trove classifiersThomas Waldmann2011-03-311-0/+10
|
* fix classifier (old one was rejected by pypi)r12Thomas Waldmann2011-03-271-1/+1
|
* add support files for setuptools/distributeThomas Waldmann2011-03-261-0/+35
|
* licensing issues: we need a clean restart here - remove everythingThomas Waldmann2011-03-261-54/+0
| | | | | | | | | | | | | | | | | | | | Problem: argparse has been licensed under Apache License v2.0 While this license is a FOSS license, it has known compatibility issues with the GNU GPL v2 - projects under GPL v2 can't use code under apache license v2.0. Projects which use "GPL v2 (or, at user's choice, any later version)" only have one means using code under apache license v2.0: to choose the "or any later" part and go GPL v3. Of course, this would cause issues with other license.... As argparse was contributed to the Python v2.7 code base, it is available under the Python License, which has no such compatibility issue. Thus, a clean solution for the argparse package (for users who need argparse for projects which have to support python older than 2.7) is to remove all old apache licensed files and start from scratch using the python-licensed code from the standard library.
* Fix setup.py bugs caught by Yuvgoog.steven.bethard2009-11-071-3/+5
|
* 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