- 17 Jan, 2021 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Repair Descriptions with newlines and emit a warning
-
Jason R. Coombs authored
Repair Descriptions with newlines and emit a warning that the value will be disallowed in the future.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
This reverts commit ef457b2e, reversing changes made to d2b1f7eb.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Description cannot contain a newline.
-
Jason R. Coombs authored
-
- 16 Jan, 2021 23 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix .egg-info metadata support for zipimport
-
Jason R. Coombs authored
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
-
Jason R. Coombs authored
Clarify Development Mode first paragraph
-
Jason R. Coombs authored
docs (build_meta): fix spelling mistake
-
Jason R. Coombs authored
Migrate to `extend-exclude` in flake8 config
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix misplaced/mistyped per-file-ignores in flake8
-
-
Jason R. Coombs authored
Fix code typo in entry_point.rst
-
Jason R. Coombs authored
Use `extend-ignore` in flake8 config
-
Jason R. Coombs authored
Use license_files instead of license_file in meta
-
Jason R. Coombs authored
Define create_module()/exec_module() in VendorImporter
-
Jason R. Coombs authored
Enable McCabe complexity check in flake8
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix/2529
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 15 Jan, 2021 3 commits
-
-
Dustin Ingram authored
-
Dustin Ingram authored
-
Dustin Ingram authored
-
- 09 Jan, 2021 5 commits
-
-
Sviatoslav Sydorenko authored
* Use `extend-ignore` in flake8 config This option allows to add extra ignored rules to the default list instead of replacing it. The default exclusions are: E121, E123, E126, E226, E24, E704, W503 and W504. Fixes #28. Refs: * https://github.com/pypa/setuptools/pull/2486/files#r541943356 * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore * Enable complexity limit. Fixes jaraco/skeleton#34. * Replace pep517.build with build (#37) * Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Use license_files instead of license_file in meta (#35) Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-fileCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>
-
Sviatoslav Sydorenko authored
Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
-
Sviatoslav Sydorenko authored
* Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
-
Jason R. Coombs authored
-
Jason R. Coombs authored
fix: suggest PyPA build instead of pep517.build
-