summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added a few additional common patterns for legal and attribution files (#251)C.A.M. Gerlach2018-09-253-4/+6
* Fixed handling of extras (#252)Benoit Pierre2018-09-252-6/+25
* Correct capitalization of PyPI (#253)Jon Dufresne2018-09-232-2/+2
* Fixed handling of direct URL specifiers in requirements (#250)Benoit Pierre2018-09-232-1/+7
* Added a "real proper" fix for duplicate metadata linesAlex Grönholm2018-07-182-47/+42
* Added a better test for duplicated generated requirementswim glenn2018-07-172-1/+24
* Properly fixed duplicates in generated requirementsAlex Grönholm2018-07-171-4/+7
* Bumped version number to the next expected oneAlex Grönholm2018-07-171-1/+1
* Eliminated duplicate generated requirementsAlex Grönholm2018-07-173-3/+11
* Avoid importing the deprecated "imp" module if possibleAlex Grönholm2018-07-171-2/+6
* Added the license_files option and deprecated license_fileAlex Grönholm2018-07-174-10/+136
* Added pypy3 to the tox interpreter listAlex Grönholm2018-07-171-1/+1
* Converted the bdist_wheel command to use the WheelFile classAlex Grönholm2018-07-173-150/+9
* Converted the "wheel convert" command to use the WheelFile classAlex Grönholm2018-07-171-8/+9
* Added the "wheel pack" commandAlex Grönholm2018-07-179-0/+157
* Build wheels into a temporary directory in the test setup phaseAlex Grönholm2018-07-172-19/+10
* Don't store the distinfo_dir variable in the command instanceAlex Grönholm2018-07-171-7/+4
* Added Packaging to the list of classifiersAlex Grönholm2018-07-171-0/+1
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-1737-1072/+665
* Removed the "wheel install" and "wheel installscripts" commandsAlex Grönholm2018-07-178-474/+4
* Migrated the functions from wheel.paths to other modulesAlex Grönholm2018-07-176-58/+47
* Removed wheel signing and verifying featuresAlex Grönholm2018-07-1715-972/+14
* Added official Python 3.7 supportAlex Grönholm2018-07-172-4/+6
* Moved links to setup.py and added a note about the lack of of public APIAlex Grönholm2018-07-172-11/+7
* Removed all documentation references to the signing featuresAlex Grönholm2018-07-178-193/+9
* Added command reference documentationAlex Grönholm2018-07-178-4/+309
* Corrected description of "wheel verify"Alex Grönholm2018-07-171-13/+8
* Enabled Intersphinx linking to Python documentationAlex Grönholm2018-07-171-1/+5
* Fixed missing and incorrect text in the "Building Wheels" sectionAlex Grönholm2018-07-171-4/+9
* Fixed the egg file names in the examplesAlex Grönholm2018-07-171-2/+2
* Finished the "user guide" section of the new docsAlex Grönholm2018-07-173-1/+104
* Modified the installing section to respect the 79 column limitAlex Grönholm2018-07-171-5/+6
* Finished the "quickstart" section of the new docsAlex Grönholm2018-07-171-0/+22
* Finished the "development" section of the new docsAlex Grönholm2018-07-172-0/+55
* Fixed a couple lines in news.rst that were too longAlex Grönholm2018-07-171-4/+5
* Initial changes for the documentation overhaulAlex Grönholm2018-07-179-401/+212
* Use https:// for link in docs (#240)Jon Dufresne2018-07-171-1/+1
* Add new Pytest cache directory to gitignore (#244)Jon Dufresne2018-07-171-0/+1
* Bumped up the version0.31.1Alex Grönholm2018-05-132-3/+3
* Removed --use-wheel from the docsAlex Grönholm2018-05-131-2/+2
* Fixed None as arch when converting an egg to wheelAlex Grönholm2018-05-132-1/+5
* enable pip cache in travis build (#224)Thijs Triemstra2018-04-291-0/+1
* Updated encrypted PyPI password0.31.0Alex Grönholm2018-04-011-1/+1
* Bumped up versionAlex Grönholm2018-04-012-3/+3
* 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
* Moved the @reify decorator to the only module where it was usedAlex Grönholm2018-04-012-22/+19
* Replaced references to distribute with setuptoolsAlex Grönholm2018-04-011-2/+2
* Update doc links to use https where available (#217)Jon Dufresne2018-04-013-8/+8
* Pass python_requires argument to setuptools (#216)Jon Dufresne2018-04-011-0/+1