Move SetupTools metadata into pyproject.toml
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:50:08 +0000 (16:50 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:55:25 +0000 (16:55 +0000)
commite6f6c65d4c05325b90f43fab711f92d590a5c162
treeec6692fa2fd8b7b5d8b6fe2c6f83014c7060fb2c
parentbcb3728503c41c9bbe96971b5dbba2e63d607b64
Move SetupTools metadata into pyproject.toml

SetupTools 61 adds experimental support for reading metadata from
pyproject.toml files instead of traditional setup.py or setup.cfg.
PBR still seems to require the package name in setup.cfg for now,
but otherwise hollow this file out moving everything to the new
solution. Because this is experimental, silence a warning from
SetupTools which states that. Also work around newer SetupTools
complaints about namespace packages included as data by informing it
that mudpy.tests and mudpy.tests.fixtures are included modules even
though they really aren't.
pyproject.toml
setup.cfg
tox.ini