-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
36 lines (32 loc) · 1.03 KB
/
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
32
33
34
35
36
[project]
name = "ao_arch"
version = "0.1.2"
requires-python = ">=3"
dependencies = [
"numpy",
]
authors = [
{ name = "AO Labs", email = "engineering@aolabs.ai" },
]
description = "architecture class (config) of ao_core by aolabs.ai"
readme = "README.md"
classifiers = [
"Private :: Do Not Upload",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Artificial Life",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
]
[build-system]
requires = ["setuptools", "setuptools-scm"] # ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["ao_arch"]
[project.urls]
"Homepage" = "https://www.aolabs.ai"
"Bug Tracker" = "https://github.com/aolabsai/ao_arch/issues"
# updated with https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html