Skip to content

Commit 3775835

Browse files
authored
REFACTOR: change build tool (#4)
1 parent d4f5c8e commit 3775835

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

berkeley_humanoid_lite_assets/__init__.py

Whitespace-only changes.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# Copyright (c) 2025, The Berkeley Humanoid Lite Project Developers.
2-
31
from .berkeley_humanoid_lite import *

pyproject.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools>=61.0"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "berkeley_humanoid_lite_assets"
73
version = "2025.05.28"
@@ -21,15 +17,14 @@ keywords = ["robotics", "isaaclab"]
2117
classifiers = [
2218
"Natural Language :: English",
2319
"Programming Language :: Python :: 3.10",
24-
"Isaac Sim :: 4.5.0",
25-
]
26-
dependencies = [
27-
"psutil",
2820
]
2921

3022
[project.urls]
3123
repository = "https://github.com/HybridRobotics/Berkeley-Humanoid-Lite-Assets"
3224

33-
[tool.setuptools]
25+
[build-system]
26+
requires = ["hatchling"]
27+
build-backend = "hatchling.build"
28+
29+
[tool.hatch.build.targets.wheel]
3430
packages = ["berkeley_humanoid_lite_assets"]
35-
zip-safe = false

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)