File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=75.0 " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" flit_core>=3.11,<4 " ]
3+ build-backend = " flit_core.buildapi "
44
55[project ]
66name = " mypy_extensions"
@@ -10,12 +10,11 @@ readme = "README.md"
1010authors = [
1111 {name = " The mypy developers" , email = " jukka.lehtosalo@iki.fi" }
1212]
13- license = { text = " MIT" }
13+ license = " MIT"
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " Environment :: Console" ,
1717 " Intended Audience :: Developers" ,
18- " License :: OSI Approved :: MIT License" ,
1918 " Programming Language :: Python :: 3" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
@@ -30,5 +29,5 @@ requires-python = ">=3.8"
3029[project .urls ]
3130Homepage = " https://github.com/python/mypy_extensions"
3231
33- [tool .setuptools ]
34- py-modules = [" mypy_extensions " ]
32+ [tool .flit . sdist ]
33+ include = [" tox.ini " , " */*test*.py " ]
You can’t perform that action at this time.
0 commit comments