-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
25 lines (23 loc) · 855 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]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "NCapybaraLib"
description = "A small library with a bunch of functions and thingies I made for fun."
authors = [{name="NorbCodes"}]
version = "1.1.0"
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
]
[project.urls]
"Github Repo" = "https://github.com/norbcodes/NCapybaraLib"
"Bug Tracker" = "https://github.com/norbcodes/NCapybaraLib/issues"
"Pull Requests" = "https://github.com/norbcodes/NCapybaraLib/pulls"