Skip to content

Commit

Permalink
chore: rename whl
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiNahida committed Jan 17, 2025
1 parent 5f966ee commit ce34ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=64.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "endstone"
name = "levistone"
authors = [
{ name = "Vincent Wu", email = "[email protected]" }
]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def build_native():
build_native()

setup(
name="levistone",
packages=find_packages(library_path) + ["."],
package_dir={"": library_path, ".": native_path},
package_data={"": ["*"]},
Expand Down

0 comments on commit ce34ad4

Please sign in to comment.