forked from MIT-SPARK/DAAAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 879 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 879 Bytes
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
[build-system]
requires = ["setuptools>=64.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "daaam"
authors = [
{name = "Nicolas Gorlo", email = "ngorlo@mit.edu"}
]
description = "Describe Anything, Anywhere, at Any Moment (DAAAM)"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Robotics",
"Operating System :: OS Independent",
]
requires-python = ">=3.12"
dynamic = ["version"]
[project.urls]
Source = "https://github.com/MIT-SPARK/DAAAM"
Tracker = "https://github.com/MIT-SPARK/DAAAM/issues"
[tool.setuptools.packages.find]
where = ["src"]