Skip to content

Commit 2dcaaf6

Browse files
committed
Update the pypi name of the Robocore
1 parent 004ba0e commit 2dcaaf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "robocore"
6+
name = "synria-robocore"
77
version = "2.0.0alpha1"
88
description = "Unified High-Throughput Robotics Library"
99
readme = "README.md"
@@ -15,9 +15,9 @@ license = {text = "GPL-3.0"}
1515
keywords = ["robotics", "kinematics", "robotics-library", "mujoco"]
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
18+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1819
"Operating System :: OS Independent",
1920
"Topic :: Scientific/Engineering :: Artificial Intelligence",
20-
"Topic :: Scientific/Engineering :: Robotics",
2121
]
2222

2323
# Core dependencies

0 commit comments

Comments
 (0)