aboutsummaryrefslogtreecommitdiffstats
path: root/wheel_artifacts/setup.cfg.base
blob: d93c23afce70a019165087f489607296e961697d (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
name = {name}
version = {version}
description = {description}
url = https://www.pyside.org
download_url = https://download.qt.io/official_releases/QtForPython
license = LGPL
keywords = Qt
author = Qt for Python Team
author_email = pyside@qt-project.org
long_description = file: {long_description}
long_description_content_type = text/markdown
ext_modules = None
projects_urls =
    Documentation = https://doc.qt.io/qtforpython
    Release notes = https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs
    Source = https://code.qt.io/cgit/pyside/pyside-setup.git/
    Tracker = https://bugreports.qt.io/projects/PYSIDE
classifiers =
    Development Status :: 5 - Production/Stable
    Environment :: Console
    Environment :: MacOS X
    Environment :: X11 Applications :: Qt
    Environment :: Win32 (MS Windows)
    Intended Audience :: Developers
    License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
    License :: Other/Proprietary License
    Operating System :: MacOS :: MacOS X
    Operating System :: POSIX
    Operating System :: POSIX :: Linux
    Operating System :: Microsoft
    Operating System :: Microsoft :: Windows
    Programming Language :: C++
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3.12
    Topic :: Database
    Topic :: Software Development
    Topic :: Software Development :: Code Generators
    Topic :: Software Development :: Libraries :: Application Frameworks
    Topic :: Software Development :: User Interfaces
    Topic :: Software Development :: Widget Sets

[options]
packages = find:
python_requires = >=3.8, <3.13
include_package_data = True

[bdist_wheel]
py_limited_api = cp38
plat_name = {tag}