[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] name = "PROJECT_NAME" authors = [ {name = "Qt for Python Team", email = "pyside@qt-project.org"}, ] description = "PROJECT_DESCRIPTION" readme = "PROJECT_README" dynamic = ["version"] requires-python = ">=3.9, <3.14" keywords = ["Qt"] license = {text="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"} dependencies = "PROJECT_DEPENDENCIES" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: X11 Applications :: Qt", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "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.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "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", ] [project.urls] Homepage = "https://pyside.org" Documentation = "https://doc.qt.io/qtforpython" Repository = "https://code.qt.io/cgit/pyside/pyside-setup.git/" Changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs" Tracker = "https://bugreports.qt.io/projects/PYSIDE" # PROJECT_SCRIPTS [tool.distutils.bdist_wheel] py_limited_api = "cp39" plat_name = "PROJECT_TAG" [tool.setuptools.dynamic] version = {attr = "PROJECT_VERSION"}