Skip to content

Release v0.42.0

Choose a tag to compare

@github-actions github-actions released this 01 May 20:27
v0.42.0
  • [project] section of pyproject.toml:
    • accept readme table with content-type and (file or text)
    • accept license table with file or text (this table is deprecated)
    • accept license-files as a string, list of strings, or table with paths or globs
    • default license-files globs to `["LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*"]``
  • rename cmeel/{helpers -> env}.py
  • add cmeel/metadata.py to move pyproject parsing out of the way and help with C901