aboutsummaryrefslogtreecommitdiffstats
path: root/wheel_artifacts/setup.cfg.base
diff options
context:
space:
mode:
Diffstat (limited to 'wheel_artifacts/setup.cfg.base')
-rw-r--r--wheel_artifacts/setup.cfg.base52
1 files changed, 0 insertions, 52 deletions
diff --git a/wheel_artifacts/setup.cfg.base b/wheel_artifacts/setup.cfg.base
deleted file mode 100644
index 9124e9f2b..000000000
--- a/wheel_artifacts/setup.cfg.base
+++ /dev/null
@@ -1,52 +0,0 @@
-[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 =
- Bug Tracker = https://bugreports.qt.io
-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.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- 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.7, <3.12
-include_package_data = True
-
-[bdist_wheel]
-py_limited_api = cp37
-plat_name = {tag}