v0.13
What's Changed
- Fix errors when
isort
is installed in the same environment asini2toml
, #83. setuptools
plugin:- Add support for
file:
directive ininstall_requires
andextras_require
, #77.Important
Note thatsetuptools
(as per v67.6) may require that alloptional-dependencies
to be specified via thefile:
directive if at least one of them requires so.
- Add support for
- Fix documentation, #88
Full Changelog: v0.12...v0.13