- 11 Feb, 2018 1 commit
-
-
Jason R. Coombs authored
-
- 10 Feb, 2018 1 commit
-
-
Jason R. Coombs authored
-
- 06 Feb, 2018 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Revert "Prefer new_build_ext for Cython builds as recommended by Cython project. Fixes #1270." Reopens #1270. Fixes #1271. This reverts commit 038baa16.
-
- 05 Feb, 2018 1 commit
-
-
Jason R. Coombs authored
-
- 04 Feb, 2018 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Import Cython.Compiler.Main as recommended by Cython project to improve Cython detection. Fixes #1229.
-
Jason R. Coombs authored
Reflect find_packages behavior in doc
-
- 03 Feb, 2018 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
fix Python 3.7 support
-
- 25 Jan, 2018 3 commits
-
-
Jason R. Coombs authored
Fix dry-run handling
-
Benoit Pierre authored
- update scanning code to handle pyc header change - handle change to `Exception.__repr__` output
-
Benoit Pierre authored
-
- 23 Jan, 2018 1 commit
-
-
Dylan Wilson authored
find_packages doesnt find PEP420 packages but the documentation suggests that it does. see: pypa/setuptools#97
-
- 20 Jan, 2018 1 commit
-
-
Jason R. Coombs authored
-
- 05 Jan, 2018 12 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Removed warning when PYTHONDONTWRITEBYTECODE is enabled
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
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
-
- 10 Dec, 2017 1 commit
-
-
Zoran Simic 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.
-