summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* bump version; fix #57, fix #58 (requirements)Daniel Holth2012-10-311-1/+9
|
* use jwk instead of key in signaturesDaniel Holth2012-10-271-1/+8
|
* implement description-in-payloadDaniel Holth2012-10-231-1/+1
|
* use distutils installation schemes instead of sysconfig.get_pathsDaniel Holth2012-10-151-1/+1
|
* Remove internal copy of pkg_resources while still allowing standalone wheel ↵Paul Moore2012-10-101-2/+1
| | | | install
* bump version0.12.0Daniel Holth2012-10-061-1/+1
|
* bump versionDaniel Holth2012-10-061-1/+1
|
* patch release0.10.3Daniel Holth2012-10-031-1/+1
|
* fix wheel keygen0.10.2Daniel Holth2012-10-021-1/+1
|
* implement force (still rather forceful); fix permissions; scripts don't have ↵Daniel Holth2012-09-301-1/+1
| | | | to end with .py
* vendorize pkg_resources; bump versionDaniel Holth2012-09-291-3/+8
|
* Move keyring and dirspec dependencies to the signatures extraPaul Moore2012-09-241-4/+4
|
* bump version0.9.7Daniel Holth2012-09-201-1/+1
|
* replace setup.py requirements with setup.cfg values if present0.9.6Daniel Holth2012-09-191-1/+1
|
* Remove dependency on dirspec for win32 to avoid needing pywin32Paul Moore2012-09-191-2/+6
|
* parse requires_dist from setup.cfg [metadata]Daniel Holth2012-09-151-3/+2
|
* move open_for_csv to wheel.utilDaniel Holth2012-09-151-1/+2
|
* port to argparse (doesn't work yet)Daniel Holth2012-09-151-1/+1
|
* include wheel.signatures in packages0.9.4Daniel Holth2012-09-111-2/+2
|
* bump version0.9.3Daniel Holth2012-09-101-1/+1
|
* update generate_supported (compatibility tags)Daniel Holth2012-09-081-1/+1
|
* include pure-Python signatures implementationDaniel Holth2012-09-081-2/+5
|
* automatically sign wheel files if WHEEL_TOOL environment variable is presentDaniel Holth2012-08-281-2/+2
|
* add wheel.tool to packagesDaniel Holth2012-08-281-1/+1
|
* more of the sameDaniel Holth2012-08-231-1/+1
|
* binary pkginfo read/write on Py3; version 0.9Daniel Holth2012-08-221-1/+1
|
* signatures.py py3 updatesDaniel Holth2012-08-221-1/+2
|
* remove some utf-8 Generator experimentsDaniel Holth2012-08-181-1/+1
|
* implement zipfile.pop(); start on wheel toolDaniel Holth2012-08-181-1/+1
|
* 0.8Daniel Holth2012-08-171-1/+1
|
* promote to alphaDaniel Holth2012-07-281-1/+1
|
* Fix #19Michele Lacchia2012-07-281-1/+1
|
* fix #15 "setup.py can open README in the wrong encoding"Daniel Holth2012-07-281-3/+3
| | | | (Paul Moore)
* add basic public key sign/verify supportDaniel Holth2012-07-261-0/+1
|
* place .dist-info at the end of the archiveDaniel Holth2012-07-241-1/+1
|
* version 0.60.6Daniel Holth2012-07-231-2/+2
|
* version 0.50.5Daniel Holth2012-07-171-1/+1
|
* hyphenated name fixDaniel Holth2012-07-121-1/+1
|
* missing fileDaniel Holth2012-07-121-1/+1
|
* get py_version_nodot from sys.version_info when necessaryDaniel Holth2012-07-111-1/+1
|
* prototype egg2wheelDaniel Holth2012-07-041-1/+5
|
* version 0.2Daniel Holth2012-07-031-1/+1
|
* py3 fixesDaniel Holth2012-07-021-1/+1
|
* markers move to markerlibDaniel Holth2012-06-301-1/+1
|
* require cmdlnDaniel Holth2012-06-231-1/+1
|
* write RECORDDaniel Holth2012-05-291-1/+1
|
* begin converting .egg-info to .dist-infoDaniel Holth2012-05-281-3/+2
|
* initial commitDaniel Holth2012-05-281-0/+33