-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
21 lines (20 loc) · 756 Bytes
/
Copy pathpyproject.toml
File metadata and controls
21 lines (20 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61.0"]
[project]
authors = [{email = "EpicStuff@users.noreply.github.com", name = "EpicStuff"}]
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
]
dependencies = ["beartype", "cloudpickle", "elevate==0.1.3", "rich", "tblib"]
description = "a few somewhat useful objects and functions"
name = "epicstuff"
readme = "README.md"
requires-python = ">=3.13"
version = "3.1.1"
[project.urls]
Homepage = "https://github.com/EpicStuff/python-EpicStuff"
Issues = "https://github.com/EpicStuff/python-EpicStuff/issues"
Source = "https://github.com/EpicStuff/python-EpicStuff"