File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[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 "
4
4
5
5
[project ]
6
6
name = " mypy_extensions"
@@ -10,12 +10,11 @@ readme = "README.md"
10
10
authors = [
11
11
{
name =
" The mypy developers" ,
email =
" [email protected] " }
12
12
]
13
- license = { text = " MIT" }
13
+ license = " MIT"
14
14
classifiers = [
15
15
" Development Status :: 5 - Production/Stable" ,
16
16
" Environment :: Console" ,
17
17
" Intended Audience :: Developers" ,
18
- " License :: OSI Approved :: MIT License" ,
19
18
" Programming Language :: Python :: 3" ,
20
19
" Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: 3.9" ,
@@ -30,5 +29,5 @@ requires-python = ">=3.8"
30
29
[project .urls ]
31
30
Homepage = " https://github.com/python/mypy_extensions"
32
31
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