toga/winforms/setup.cfg
2023-11-03 11:03:50 +08:00

59 lines
1.6 KiB
INI

[metadata]
name = toga-winforms
description = A Windows backend for the Toga widget toolkit using the WinForms API.
url = https://beeware.org/project/projects/libraries/toga/
project_urls =
Funding = https://beeware.org/contributing/membership/
Documentation = http://toga.readthedocs.io/en/latest/
Tracker = https://github.com/beeware/toga/issues
Source = https://github.com/beeware/toga
author = Russell Keith-Magee
author_email = russell@keith-magee.com
maintainer = BeeWare Team
maintainer_email = team@beeware.org
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
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
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Software Development :: User Interfaces
Topic :: Software Development :: Widget Sets
license = New BSD
license_files =
= LICENSE
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
keywords =
gui
widget
cross-platform
toga
desktop
windows
winforms
[options]
packages = find:
package_dir =
= src
python_requires = >= 3.8
zip_safe = False
[options.package_data]
toga_winforms =
libs/WebView2/**
[options.entry_points]
toga.backends =
windows = toga_winforms
[options.packages.find]
where = src