chore: release v0.0.1
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "motrix-lab"
|
||||
version = "0.0.1"
|
||||
description = "A general-purpose machine learning architecture designed for robot training"
|
||||
authors = [{ name = "Motphys", email = "developers@motphys.com" }]
|
||||
requires-python = "==3.10.*"
|
||||
|
||||
[project.optional-dependencies]
|
||||
docs = [
|
||||
"sphinx",
|
||||
"autodocsumm",
|
||||
"pydata-sphinx-theme",
|
||||
"myst-parser",
|
||||
"sphinx-copybutton",
|
||||
"sphinx-subfigure",
|
||||
"sphinxcontrib-video",
|
||||
"sphinx-togglebutton",
|
||||
"sphinx-design",
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["motrix_envs", "motrix_rl"]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
# for ReadtheDocs
|
||||
[tool.setuptools]
|
||||
packages = ["motrix_envs", "motrix_rl"]
|
||||
Reference in New Issue
Block a user