]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use pep639 license
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 May 2025 12:24:44 +0000 (08:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 May 2025 14:47:43 +0000 (10:47 -0400)
commit096905495f5193a33d11b8ceab050baaca48adf9
tree311c3fa7dac93e827d52de7c40bc22a0e48ed10c
parentc7d5c2ab5a7c5c97f80a904fcd3d5dcc9ebe954d
use pep639 license

Removed the "license classifier" from setup.cfg for SQLAlchemy 2.0, which
eliminates loud deprecation warnings when building the package.  SQLAlchemy
2.1 will use a full :pep:`639` configuration in pyproject.toml while
SQLAlchemy 2.0 remains using ``setup.cfg`` for setup.

for main, also bumping setuptools to 77.0.3 as we no longer have
py3.7, 3.8 to worry about

Change-Id: If732dca7f9b57a4c6a789a68ecc77f0293be4786
doc/build/changelog/unreleased_20/use_pep639.rst [new file with mode: 0644]
pyproject.toml