- 01 Nov, 2018 6 commits
-
-
Paul Ganssle authored
Document setup.cfg minimum version for version and project_urls
-
Paul Ganssle authored
Update documentation for setuptools distribution
-
Jon Dufresne authored
Add missing word to sentence in python 3 docs
-
Paul Ganssle authored
-
Varun Kamath authored
-
Varun Kamath authored
This adds a simple introductory guide to the modern way to distribute `setuptools`-based projects with a link to the Python packaging tutorial. Rather than delete the old `ez_setup` information, it has been moved to a separate archive for people who want to use it as a historical reference.
-
- 30 Oct, 2018 2 commits
-
-
Riccardo Magliocchetti authored
Document that rpmbuild is required for bdist_rpm Refs #1456
-
Andrew Zhou authored
-
- 29 Oct, 2018 4 commits
-
-
Paul Ganssle authored
Deprecate the requires keyword
-
Paul Ganssle authored
Custom deprecation warning classes.
-
Andrew Zhou authored
-
Andrew Zhou authored
- version: a960ee1c - project_urls: df224644
-
- 28 Oct, 2018 16 commits
-
-
Sreejith Menon authored
-
robinjhuang authored
These are tests to ensure that the specified deprecation warnings are raised when the functions are called. Co-authored-by: Junhan Huang <robin.j.huang@gmail.com> Co-authored-by: Marton Pono <marci93@gmail.com>
-
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 12 commits
-
-
Sreejith Menon authored
-
Sreejith Menon authored
For runtime dependencies, install_requires should be used. For build dependencies, a PEP 518-compliant `pyproject.toml` should be used. Other dependencies can use extra requirements.
-
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
-