]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
use pep 621
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2025 16:53:25 +0000 (11:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Feb 2025 20:35:57 +0000 (15:35 -0500)
commit4ecf4ad0b4fd576d8d280825308dc3a642c248f8
tree18b81b0da56ef1f3d1f9bfcccaa5111d38ea4c25
parenta30a9085a86f6bfe7a23e8abfbb46dee9d3625fe
use pep 621

Installation has been converted to use :pep:`621`, e.g. ``pyproject.toml``.

note that the introduction of pyproject with min python version of 3.9
is also consumed by Black which now wants to format a few test files
differently, so that is included as well.

Change-Id: I7f61abded37fd3f1d7bf32e3228fe97902029d19
docs/build/unreleased/pyproject.rst [new file with mode: 0644]
pyproject.toml
setup.cfg
setup.py
tests/test_command.py
tests/test_editor.py
tests/test_messaging.py
tests/test_op.py
tests/test_post_write.py