Releases: abravalheri/validate-pyproject
Releases · abravalheri/validate-pyproject
v0.15
v0.14
v0.13
What's Changed
- Fix summary for
allOf
, #100 - Make it clear when using
stdin
, #96 setuptools
plugin:- Improve validation of
attr
, directives #101
- Improve validation of
Full Changelog: v0.12.2...v0.13
v0.12.2
What's Changed
setuptools
plugin:- Fix problem with
license-files
patterns by removingdefault
value, #92
- Fix problem with
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Allow PEP 561 stubs in
tool.setuptools.package-dir
, #87
Full Changelog: v0.12...v0.12.1
v0.12
What's Changed
- Allow
tool.setuptools.packages
to contain stub package names, as defined in PEP 561, #86
Full Changelog: v0.11...v0.12
v0.11
What's Changed
- Allow package to be build from git archive, #53
- Improve error message for invalid replacements in the
pre_compile
CLI, #71. - Error-out when extra keys are added to
project.authors/maintainers
, #82 - De-vendor
fastjsonschema
, #83
New Contributors
- @cclauss made their first contribution in #62
- @hugovk made their first contribution in #79
- @pdecat made their first contribution in #78
Full Changelog: v0.10.1...v0.11
v0.10.1
- Ensure
LICENSE.txt
is added to wheel.
Full Changelog: v0.10...v0.10.1
v0.10
What's Changed
- Fix example in
README
, #47 - Add
NOTICE.txt
tolicense_files
, #58 - Use default SSL context when downloading classifiers from PyPI, #57
- Remove
setup.py
, #52 - Explicitly limit oldest supported Python version
- Replace usage of
cgi.parse_header
withemail.message.Message
New Contributors
- @felixonmars made their first contribution in #47
Full Changelog: v0.9...v0.10