- 28 Oct, 2018 14 commits
-
-
robinjhuang authored
-
robinjhuang authored
-
Junhan Huang authored
`DeprecationWarning` is not visible by default in the latest versions of CPython, so this switches the deprecation warnings in setuptools and pkg_resources over to custom classes derived from `Warning` instead. Fixes issue github issue #159 Co-authored-by: Junhan Huang <robin.j.huang@gmail.com> Co-authored-by: Marton Pono <marci93@gmail.com>
-
Jason R. Coombs authored
remove private and redundant link
-
Shashank Singh authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Varun Kamath authored
Remove ez_setup from setuptools installation docs This removes ez_setup.py from the setuptools development instructions and updates some links into EasyInstall that were skipping over the deprecation warning.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Update recommendation.
-
Paul Ganssle authored
Co-Authored-By: jaraco <jaraco@jaraco.com>
-
Jason R. Coombs authored
Document using setup.cfg for src-layouts
-
Jason R. Coombs authored
-
Nikolaus Waxweiler authored
-
- 27 Oct, 2018 18 commits
-
-
Jason R. Coombs authored
Document building Cython projects instead of Pyrex
-
Jason R. Coombs authored
Exclude .pyc in sdist output
-
Paul Ganssle authored
Added minumum column in metadata table and version info for long_description_content_type
-
Vito authored
-
Vito authored
This also documents that the long_description_content_type keyword was added in version 38.6.0. Co-authored-by: Gene Matusovsky <gene_matusovsky@s5a.com>
-
Gökçen Nurlu authored
This should stop the PyPI release stage if a `.pyc` exists in the generated SOURCES.txt.
-
Nikolaus Waxweiler authored
-
Nikolaus Waxweiler authored
-
Nikolaus Waxweiler authored
-
Paul Ganssle authored
Mark Py 2/3-only tests as skip instead of xfail
-
DanGolding authored
* Update setup.cfg documentation to include data_files
-
Riccardo Magliocchetti authored
Refs #1395
-
Gökçen Nurlu authored
Fixes #1414
-
Paul Ganssle authored
Officially support Python 3.7
-
Nikolaus Waxweiler authored
-
Nikolaus Waxweiler authored
-
Nikolaus Waxweiler authored
Fixes https://github.com/pypa/setuptools/issues/1528.
-
Nikolaus Waxweiler authored
Also reuse pre-defined py2_only and py3_only decorators where appropriate.
-
- 26 Oct, 2018 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Paul Ganssle authored
Fix easy install warning #1525
-
Jesus Laime authored
-
Jesus Laime authored
-
Jason R. Coombs authored
Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin
-
- 25 Oct, 2018 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-