v0.5
New minor update: ini2toml v0.5.
The most notable changes are:
setuptoolsplugin:- Added automatic "update" for deprecated
tests-requirekey.
This value associated with this option is now automatically transformed
into atestingextras group in theoptional-dependencies. - Added automatic "expansion" of environment markers inside the extra key in
optional-dependencies. According to :pep:621#dependencies-optional-dependencies
(that points to the core metadata spec), theoptional-dependencieskeys
must be valid Python identifiers (butsetuptoolshistorically seem to
accept markers embedded with:after the extra name).
- Added automatic "update" for deprecated
Diff: v0.4...v0.5