-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
41 lines (35 loc) · 1021 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = PySide2-stubs
author = Philippe Fremy
author_email = [email protected]
description = PEP561 stub files for the *PySide2/Qt5 for Python* framework
long_description = file: README.md
long_description_content_type = text/markdown
version = 5.15.2.1.2
license = LGPL v2.1
url = https://github.com/python-qt-tools/PySide2-stubs
project_urls =
Bug Tracker = https://github.com/bluebird75/pyside2-stubs/issues
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Operating System :: OS Independent
Intended Audience :: Developers
Typing :: Stubs Only
[options]
package_dir =
PySide2-stubs = PySide2-stubs
shiboken2-stubs = shiboken2-stubs
python_requires = >=3.6
install_requires =
mypy>=0.940
PySide2>=5.11.0
[options.package_data]
* = *.pyi
[options.packages.find]
exclude =
update_latest_pyside2.py
[options.extras_require]
dev =
pytest