File tree Expand file tree Collapse file tree 4 files changed +35
-44
lines changed Expand file tree Collapse file tree 4 files changed +35
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1- [bdist_wheel]
2- universal =0
1+ [metadata]
2+ name = mypy_extensions
3+ version = 1.0.0-dev
4+ author = The mypy developers
5+ author_email = jukka.lehtosalo@iki.fi
6+ license = MIT License
7+ description = Type system extensions for programs checked with the mypy type checker.
8+ url = https://github.com/python/mypy_extensions
9+ long_description = Mypy Extensions
10+ ===============
11+
12+ The " mypy_extensions" module defines extensions to the standard " typing" module
13+ that are supported by the mypy type checker and the mypyc compiler.
14+
15+ classifiers =
16+ Development Status :: 5 - Production/Stable
17+ Environment :: Console
18+ Intended Audience :: Developers
19+ License :: OSI Approved :: MIT License
20+ Programming Language :: Python :: 3
21+ Programming Language :: Python :: 3.5
22+ Programming Language :: Python :: 3.6
23+ Programming Language :: Python :: 3.7
24+ Programming Language :: Python :: 3.8
25+ Programming Language :: Python :: 3.9
26+ Programming Language :: Python :: 3.10
27+ Programming Language :: Python :: 3.11
28+ Topic :: Software Development
29+
30+ [options]
31+ py_modules = mypy_extensions
32+ python_requires = >=3.5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments