summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Include directory entries when building wheel (#289)"Alex Grönholm2019-05-122-25/+0
* Include directory entries when building wheel (#289)Jason R. Coombs2019-04-282-0/+25
* Fixed warning about the [wheel] section in testsAlex Grönholm2019-02-121-1/+1
* Skip attributes test on WindowsAlex Grönholm2019-02-121-0/+3
* Fixed test warnings on Python 2Alex Grönholm2019-02-111-1/+1
* Added the --build-number option to "wheel pack"Alex Grönholm2019-02-101-3/+9
* Write the RECORD file as CSV (#281)Paul Moore2019-02-101-2/+6
* Removed leftover empty modulesAlex Grönholm2018-12-091-0/+0
* Correct default license file 'LICENCE.txt' (#279)Jon Dufresne2018-12-091-1/+1
* Fixed handling of direct URL requirements with markers (#270)Benoit Pierre2018-11-191-8/+15
* Adding r for raw regex string on cli/test_convert.py (#273)Bertil Hatt2018-10-281-1/+1
* Added test and news item for PR #266Alex Grönholm2018-10-151-1/+7
* Fixed flake8 errorAlex Grönholm2018-10-051-1/+0
* Fixed build number appearing in the .dist-info directory nameAlex Grönholm2018-10-041-0/+11
* Fixed permissions on the RECORD fileAlex Grönholm2018-10-041-0/+4
* Added a few additional common patterns for legal and attribution files (#251)C.A.M. Gerlach2018-09-251-1/+2
* Fixed handling of extras (#252)Benoit Pierre2018-09-251-4/+19
* Fixed handling of direct URL specifiers in requirements (#250)Benoit Pierre2018-09-231-0/+3
* Added a "real proper" fix for duplicate metadata linesAlex Grönholm2018-07-181-38/+36
* Added a better test for duplicated generated requirementswim glenn2018-07-171-0/+23
* Eliminated duplicate generated requirementsAlex Grönholm2018-07-171-1/+1
* Added the license_files option and deprecated license_fileAlex Grönholm2018-07-171-0/+72
* Added the "wheel pack" commandAlex Grönholm2018-07-172-0/+26
* Build wheels into a temporary directory in the test setup phaseAlex Grönholm2018-07-172-19/+10
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-1724-228/+147
* Removed the "wheel install" and "wheel installscripts" commandsAlex Grönholm2018-07-171-44/+1
* Migrated the functions from wheel.paths to other modulesAlex Grönholm2018-07-172-9/+7
* Removed wheel signing and verifying featuresAlex Grönholm2018-07-173-169/+0
* Simplified the setup.py files in the example distributionsAlex Grönholm2018-04-014-41/+5
* Added missing __init__.py to the unicode test distributionAlex Grönholm2018-04-011-0/+0
* Removed obsolete JSON schema fileAlex Grönholm2018-04-011-366/+0
* Prefer dict literals over calls to dict() (#218)Jon Dufresne2018-03-311-1/+1
* Fixed wrong character encodings used to write RECORDAlex Grönholm2018-03-314-1/+18
* Don't create metadata.json anymoreAlex Grönholm2018-03-301-24/+0
* Metadata 2.1 updates (#232)Dustin Ingram2018-03-212-2/+2
* Fix handling of requirements' environment markers. (#213)Benoit Pierre2018-01-031-0/+25
* Fixed single digit versions not workingAlex Grönholm2017-12-301-0/+6
* Added JSON schema item for the new description_content_type fieldAlex Grönholm2017-09-061-0/+4
* Added support for specifying a build numberIan Cordasco2017-07-291-0/+11
* Moved the tests out of the package treeAlex Grönholm2017-07-2926-0/+1303