v0.10
What's Changed
setuptools
plugin:- Separate the handling of
license-files
and PEP 621 metadata, #34 license
andlicense-files
are no longer added totool.setuptools.dynamic
.
Insteadlicense-files
is added directly totool.setuptools
, and thelicense
should be added asproject.license.text
.
- Separate the handling of
Full Changelog: v0.9...v0.10