Skip to content

Commit

Permalink
setup package name matching pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
eaa3 committed Mar 4, 2024
1 parent 0947285 commit 860e9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
need_files.append(fn[1 + len(hh) :])

core_requirements = [
"setuptools<=65",
"setuptools>=65.5.1",
"numpy>=1.25.2",
"scipy>=1.11.1",
"pybullet>=3.2.4",
Expand All @@ -50,7 +50,7 @@
]

setup(
name=package_name,
name=f"{package_name}-py",
version=__version__,
description=(
"Grip is a prototyping toolbox for manipulation research."
Expand Down

0 comments on commit 860e9bd

Please sign in to comment.