-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
31 lines (27 loc) · 917 Bytes
/
pyproject.toml
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 = "ProgramVer"
version = "1.9.0"
authors = [
{ name= "willtheorangeguy" },
]
description = "A Python version of Microsoft's 'winver', built to be customizable, and to show copyright info and licenses."
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 :: User Interfaces',
]
[project.urls]
"Homepage" = "https://github.com/Dog-Face-Development/ProgramVer"
"Bug Tracker" = "https://github.com/Dog-Face-Development/ProgramVer/issues"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["imgs"]