- 28 Oct, 2018 10 commits
-
-
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 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add data_files support in setup.cfg
-
- 24 Oct, 2018 3 commits
-
-
Satoru SATOH authored
-
Satoru SATOH authored
This adds the `[options.data_files]` section to the existing setup.cfg example.
-
Satoru SATOH authored
In the test case, dist.data_files needs to be sorted because the current implementation loads the configuration files as a dictionary with arbitrary order on Python < 3.6.
-