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)
--- /dev/null
+.. change::
+ :tags: bug, installation
+
+ 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.
+
+
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
- License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3