summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed wrong PEP referenceAlex Grönholm2018-04-011-1/+1
* Removed obsolete JSON schema fileAlex Grönholm2018-04-011-366/+0
* Changed the environment markers PEP link to point to PEP 496Alex Grönholm2018-04-011-1/+4
* Removed the "tool" extras from setup.pyAlex Grönholm2018-04-013-5/+2
* Deprecated wheel signing and signature verification commandsAlex Grönholm2018-03-312-0/+10
* Prefer dict literals over calls to dict() (#218)Jon Dufresne2018-03-313-3/+3
* Fixed wrong character encodings used to write RECORDAlex Grönholm2018-03-318-12/+35
* Fixed ``egg2dist()`` using distinfo path from two different sourcesAlex Grönholm2018-03-301-1/+1
* Dropped support for requirement specifications in [metadata]Alex Grönholm2018-03-302-55/+3
* Removed a redundant methodAlex Grönholm2018-03-301-6/+4
* Don't create metadata.json anymoreAlex Grönholm2018-03-306-268/+3
* Enabled zip64 extensions during wheel creationAlex Grönholm2018-03-291-22/+19
* Metadata 2.1 updates (#232)Dustin Ingram2018-03-215-14/+9
* Refactored the egg2wheel moduleAlex Grönholm2018-03-211-17/+16
* Added Travis build stage configurationAlex Grönholm2018-03-201-0/+5
* Removed vendorization scriptAlex Grönholm2018-02-251-3/+0
* Give a proper error message when attempting to convert a rotten eggAlex Grönholm2018-02-251-2/+8
* Allowed Zip64 extensions by defaultAlex Grönholm2018-02-252-4/+5
* Fix handling of requirements' environment markers. (#213)Benoit Pierre2018-01-032-1/+26
* Fixed single digit versions not workingAlex Grönholm2017-12-303-3/+9
* Replaced direct writes to sys.stdout/stderr with print() callsAlex Grönholm2017-12-305-19/+32
* Fixed flake8 errorsAlex Grönholm2017-10-302-4/+4
* Log removal of bdist_dir always instead of just during a dry run (#199)Teemu R2017-10-291-3/+2
* Removed the public API documentationAlex Grönholm2017-10-013-34/+2
* Bumped up version0.30.0Alex Grönholm2017-09-111-1/+1
* Documented the license_file metadata keyAlex Grönholm2017-09-112-0/+24
* Added a warning about extras in install_requiresAlex Grönholm2017-09-111-0/+3
* Fixed deploy being skipped in Travis buildAlex Grönholm2017-09-101-1/+1
* Skip the script in the deploy stageAlex Grönholm2017-09-061-0/+1
* Fixed the Travis configuration for the flake8 jobAlex Grönholm2017-09-061-4/+1
* Re-enabled continuous deployment with TravisAlex Grönholm2017-09-061-4/+27
* Added JSON schema item for the new description_content_type fieldAlex Grönholm2017-09-061-0/+4
* Made Python abbreviated implementation detection a tad more robustAlex Grönholm2017-09-061-9/+12
* Removed continuous delivery configuration for nowAlex Grönholm2017-09-031-11/+0
* Updated CI configurationAlex Grönholm2017-09-032-13/+27
* Updated wheel signing documentationAlex Grönholm2017-09-031-6/+9
* Updated the "conditional dependencies" docs sectionAlex Grönholm2017-09-031-15/+36
* Fixed the include directive for README.rstAlex Grönholm2017-09-031-1/+1
* Set up continuous deployment to PyPIAlex Grönholm2017-08-101-0/+11
* Added man page for the "wheel" command line toolAlex Grönholm2017-08-091-0/+63
* Fixed "wheel install" clobbering already installed filesAlex Grönholm2017-08-063-15/+32
* Removed changelog entries about code style changesAlex Grönholm2017-08-061-7/+5
* Improved error message when trying to verify unsigned wheelsAlex Grönholm2017-08-062-2/+7
* Fixed assertion message for unsupported tagAlex Grönholm2017-08-061-1/+1
* Added support for specifying a build numberIan Cordasco2017-07-293-2/+27
* Omitted tox directory trees from coverage resultsAlex Grönholm2017-07-291-0/+1
* Moved the tests out of the package treeAlex Grönholm2017-07-2928-190/+190
* Updated project URL in READMEAlex Grönholm2017-07-291-1/+1
* Made the order of requirements in metadata deterministicChris Lamb2017-07-292-1/+2
* Made the file order in generated ZIPs deterministicMatthias Bach2017-07-292-1/+6