forked from trueagi-io/minecraft-demo
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (21 loc) · 702 Bytes
/
pyproject.toml
File metadata and controls
23 lines (21 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "tagilmo"
version = "0.0.2"
authors = [
{ name="Alexey Potapov", email="alexey@singularitynet.io" },
{ name="Anatoly Belikov", email="abelikov@singularitynet.io" },
]
description = "TrueAGI minecraft api"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/trueagi-io/minecraft-demo"
"Bug Tracker" = "https://github.com/trueagi-io/minecraft-demo/issues"
[build-system]
requires = ["setuptools>=61.0", "numpy"]
build-backend = "setuptools.build_meta"