]> 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:48:18 +0000 (10:48 -0400)
commitec0604322a42165014e0040128f73d79534b06d3
treeb3d901eee198dd83121c0cf6b2076297b97876c1
parent0f77bf10acf108578335089bfb387fe8cb69ed99
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.

Change-Id: If732dca7f9b57a4c6a789a68ecc77f0293be4786
(cherry picked from commit c93f50421ba5e96079cc89db80282aaaf6e09a6e)
doc/build/changelog/unreleased_20/use_pep639.rst [new file with mode: 0644]
setup.cfg