Skip to content

Tags: abravalheri/ini2toml

Tags

v0.16

Toggle v0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove experimental feature for automatic formatting (#108)

v0.15

Toggle v0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Temporary cap for pyproject-fmt (#104)

v0.14

Toggle v0.14's commit message
Improve API documentation (#101)

v0.13

Toggle v0.13's commit message
Update configuration for Read The Docs

v0.12

Toggle v0.12's commit message
Update CHANGELOG

v0.11.3

Toggle v0.11.3's commit message
Fix dependency version of pyproject-fmt

v0.11.2

Toggle v0.11.2's commit message
Update CHANGELOG

v0.11.1

Toggle v0.11.1's commit message
Merge branch 'pre-commit-ci-update-config' into main

v0.11

Toggle v0.11's commit message
Update changelog

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No need to consider license-files when handling PEP 621 metadata for …

…setuptools plugin (#34)

Previously, ini2toml was considering that project.license and project.dynamic were relevant for setting the License-file in PKG-INFO. As clarified in a recent discussion, that is not the case: setuptools can fill License-file even when project.license is static and pyproject.toml' license.file is completely unrelated to setup.cfg' license_files.