-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (27 loc) · 919 Bytes
/
pyproject.toml
File metadata and controls
31 lines (27 loc) · 919 Bytes
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
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]
[project]
name = "Python-Logo-Widgets"
version = "2.2.21"
authors = [
{ name="willtheorangeguy" },
]
description = "A group of widgets showing the Python logos, that can easily be added to your Python GUI code!"
readme = "README.md"
license = { file="LICENSE.md" }
requires-python = ">=3.9"
classifiers = [
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Software Development :: Widget Sets',
]
[project.urls]
"Homepage" = "https://github.com/willtheorangeguy/Python-Logo-Widgets"
"Bug Tracker" = "https://github.com/willtheorangeguy/Python-Logo-Widgets/issues"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["imgs"]