forked from beeware/toga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
94 lines (90 loc) · 2.32 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[metadata]
name = toga-core
description = A Python native, OS native GUI toolkit.
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 = [email protected]
maintainer = BeeWare Team
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
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
desktop
mobile
web
macOS
cocoa
iOS
android
windows
winforms
linux
freeBSD
gtk
django
[options]
install_requires =
travertino>=0.3.0
importlib_metadata>=4.4.0; python_version <= "3.9"
packages = find:
package_dir =
= src
python_requires = >= 3.8
zip_safe = False
[options.extras_require]
# Extras used by developers *of* briefcase are pinned to specific versions to
# ensure environment consistency.
dev =
coverage[toml] == 7.0.5
pre-commit == 3.0.2
pytest == 7.3.1
pytest-asyncio == 0.21.0
pytest-freezegun == 0.4.2
setuptools-scm[toml] == 7.0.5
tox == 4.3.5
docs =
furo == 2022.12.7
pyenchant == 3.2.2
sphinx == 6.1.3
sphinx_tabs == 3.4.1
sphinx-autobuild == 2021.3.14
sphinx-autodoc-typehints == 1.22
sphinx-csv-filter == 0.4.1
sphinx-copybutton == 0.5.2
sphinx-toolbox == 3.4.0
sphinxcontrib-spelling == 7.7.0
[options.package_data]
toga.resources =
*.icns
*.ico
*.png
toga =
py.typed
[options.packages.find]
where = src