- 03 Sep, 2017 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 28 Aug, 2017 15 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Allow combining several files in metadata.long_description
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
If one wishes to test both 'mixed' and 'sandboxed', let's create a separate test for that, but it's probably unnecessary.
-
Bernhard M. Wiedemann authored
to generate reproducible zip files that do not differ depending on (random) filesystem order See https://reproducible-builds.org/ for why this matters.
-
Sviatoslav Sydorenko authored
Now it's possible to use it like this: * long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
* `file:` not accepts comma-separated list of filenames * files' contents are glues with an LF separator
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
- 26 Aug, 2017 1 commit
-
-
Jason R. Coombs authored
Rename [wheel] section to [bdist_wheel] as the former is legacy
-
- 03 Aug, 2017 3 commits
-
-
Jason R. Coombs authored
Fix exception on mingw built Python 2
-
Jason R. Coombs authored
-
Segev Finer authored
msvc9compiler doesn't like being imported on mingw built Python. It throws DistutilsPlatformError, so catch it. Fixes #1118
-
- 02 Aug, 2017 1 commit
-
-
Segev Finer authored
The exception is caused by the VCForPython27 monkey patch. It's not needed on mingw built Python. Disable it and avoid the import by using the same function that `distutils` uses to decide it's running on a mingw built Python. Fixes #1118
-
- 01 Aug, 2017 5 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
fix requires handling when using setup.cfg
-
Benoit Pierre authored
-
Jason R. Coombs authored
-
- 31 Jul, 2017 12 commits
-
-
Jason R. Coombs authored
Better detect unpacked eggs
-
Leonardo Rochael Almeida authored
Do not assume a directory named in `.egg` is an egg, unless it has an actual egg metadata directory. Closes #462
-
Leonardo Rochael Almeida authored
But our tests do, one that provides `--no-wheel`.
-
Leonardo Rochael Almeida authored
Directory used by setuptools to auto-install dependencies
-
Jason R. Coombs authored
-
Jason R. Coombs authored
travis: fix deployment
-
Benoit Pierre authored
-
Jason R. Coombs authored
update Travis builds
-
Jason R. Coombs authored
tests: disable pytest-flake8 on Python 2.6
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix `test` command handling of `extras_require`
-
- 29 Jul, 2017 1 commit
-
-
Benoit Pierre authored
Python 2.6 support has been official dropped from flake8 for some time, and broken since 3.4.0.
-