chore: Migrate to using pyproject.toml
commitb06544a401cfdd3863f6d06c5838fe7c2d2334e8
authorAbhilash Raj <maxking@asynchronous.in>
Wed, 29 Nov 2023 06:31:25 +0000 (29 06:31 +0000)
committerAbhilash Raj <maxking@asynchronous.in>
Wed, 29 Nov 2023 06:31:25 +0000 (29 06:31 +0000)
tree1343453761b468c853934adfee847a73f1e54feb
parentfd80126ff5532a83d05dc7057290d6221e795189
chore: Migrate to using pyproject.toml

Since pyproject.toml is the new standard for python packaging, migrate
to using that instead of setup.py

Also, bump version after release.

* fix the docs build command

* chore: Migrate to using pyproject.toml

Since pyproject.toml is the new standard for python packaging, migrate
to using that instead of setup.py

Also, bump version after release.
pyproject.toml [new file with mode: 0644]
setup.cfg [deleted file]
setup.py [deleted file]
src/mailman/docs/NEWS.rst
src/mailman/version.py
tox.ini