- 05 Jan, 2018 5 commits
-
-
Jason R. Coombs authored
Support PEP 345 Project-URL metadata
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add setup.cfg support for long_description_content_type
-
- 25 Dec, 2017 1 commit
-
-
Jason R. Coombs authored
Fix trailing slash handling in pkg_resources.ZipProvider
-
- 22 Dec, 2017 3 commits
-
-
Doug Greiman authored
-
Doug Greiman authored
-
Doug Greiman authored
-
- 12 Dec, 2017 2 commits
-
-
Doug Greiman authored
Given a ZipProvider, if the underlying ZipImporter prefix is empty, then resource_listdir('') and resource_listdir('subdir/') fail, while resource_listdir('/') and resource_listdir('subdir') succeed. On the other hand, if the underlying ZipImport prefix is not empty, then resource_listdir('/') fails but resource_listdir('') succeeds. With this change, the cases listed succeed with or without trailing slashes.
-
Doug Greiman authored
-
- 05 Dec, 2017 1 commit
-
-
Jeremy Stanley authored
Add an entry to the Setuptools usage documentation for the project_urls dict, and include it in the "advanced" project example. While at it, adjust the dogfooding use in Setuptools' own setup.py to use HTTPS for the Documentation URL and drop redundant entries for Bug Tracker and Source Code. Also remove a no-op attribute reassignment from egg_info.py.
-
- 04 Dec, 2017 3 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
fix `data_files` handling when installing from wheel
-
Benoit Pierre authored
-
- 30 Nov, 2017 2 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
- 27 Nov, 2017 5 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
fix namespace packages handling of wheels
-
Benoit Pierre authored
-
- 26 Nov, 2017 6 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
easy_install: add support for installing from wheels
-
Benoit Pierre authored
Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped
-
- 25 Nov, 2017 12 commits
-
-
Henk-Jaap Wagenaar authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fixes #1208: Improved exception message of pkg_resources.ResolutionError
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add another test demonstrating that if requirements are declared in a non-deterministic order, they may appear in the metadata in non-deterministic order. Ref #458.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-