v0.14
What's Changed
- Introduce
LiteTranslatorandFullTranslatoras convenience classes for more deterministic behaviour, #95. setuptoolsplugin:- Fix
ValueErrorwhensetup.cfgcontains[options.packages.find]but also lists[options] packages = ...explicitly as a list of package names, #93.
- Fix
pytestplugin:- Remove comments when converting
addoptswith multi-line values, #98.
- Remove comments when converting
- Remove
ini2toml.api.{errors,types,transformations}as they are redundant withini2toml.{errors,types,transformations}.
Full Changelog: v0.13...v0.14