- 27 Oct, 2018 16 commits
-
-
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.
-
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.
-
- 23 Oct, 2018 1 commit
-
-
Thirumal Venkat authored
-
- 22 Oct, 2018 1 commit
-
-
Paul Ganssle authored
Update CI builds
-
- 21 Oct, 2018 6 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
We don't need it and it generates a couple of error messages on AppVeyor: FIND: Parameter format not correct [...] Error running `find 'C:\projects\setuptools' -not - [...]
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
Particularly: update pip so PEP 518 support is available.
-
Benoit Pierre authored
-
- 19 Oct, 2018 1 commit
- 23 Sep, 2018 3 commits
-
-
Jason R. Coombs authored
Deprecate Subversion download functionality. Ref #1502. Used UserWarning instead of DeprecationWarning so it's visible to users who might be relying on this functionality.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-