-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
25 lines (23 loc) · 814 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
[build-system]
# Copied that from https://github.com/Kronuz/esprima-python/blob/master/pyproject.toml
requires = ["setuptools>=61.0", "wheel", "setuptools_scm[toml]>=8.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[project]
name = "KUtil-jakubaugustyn"
version = "0.0.12" # 28. 7. 2024
authors = [
{ name = "Jakub Augustýn", email = "[email protected]" },
{ name = "Radek Augustýn", email = "[email protected]" },
]
description = "Kuba's Python Utilities"
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/kubikaugustyn/KUtil"
Issues = "https://github.com/kubikaugustyn/KUtil/issues"