@@ -7,24 +7,15 @@ authors = [
77]
88dependencies = []
99
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.8 "
1111readme = " README.md"
12- license = { text = " MIT License " }
12+ license = " MIT"
1313keywords = [" MySQL" ]
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
16- " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.7" ,
18- " Programming Language :: Python :: 3.8" ,
19- " Programming Language :: Python :: 3.9" ,
20- " Programming Language :: Python :: 3.10" ,
21- " Programming Language :: Python :: 3.11" ,
22- " Programming Language :: Python :: 3.12" ,
23- " Programming Language :: Python :: 3.13" ,
2416 " Programming Language :: Python :: Implementation :: CPython" ,
2517 " Programming Language :: Python :: Implementation :: PyPy" ,
2618 " Intended Audience :: Developers" ,
27- " License :: OSI Approved :: MIT License" ,
2819 " Topic :: Database" ,
2920]
3021dynamic = [" version" ]
@@ -40,9 +31,10 @@ dynamic = ["version"]
4031[project .urls ]
4132"Project" = " https://github.com/PyMySQL/PyMySQL"
4233"Documentation" = " https://pymysql.readthedocs.io/"
34+ "Changelog" = " https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md"
4335
4436[build-system ]
45- requires = [" setuptools>=61 " ]
37+ requires = [" setuptools>=77 " ]
4638build-backend = " setuptools.build_meta"
4739
4840[tool .setuptools .packages .find ]
0 commit comments