Got everything working for switching everything over to pyproject.toml, and even tested in on Test PyPI! Here's the changes it now requires than what's done currently:
cookiecutter will need to template the description into the associated pyproject.toml, in addition to the other items that were already being templated. But other than name, description, keywords, and dependencies and whether it's a package/module, everything else is static!
Build and publish process changes (can be made to workflows):
Got everything working for switching everything over to
pyproject.toml
, and even tested in on Test PyPI! Here's the changes it now requires than what's done currently:cookiecutter
will need to template the description into the associatedpyproject.toml
, in addition to the other items that were already being templated. But other thanname
,description
,keywords
, anddependencies
and whether it's a package/module, everything else is static!Everything else is good!