Skip to content

Commit

Permalink
Permute pyproject project name to permit pypi pacification
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Dec 28, 2023
1 parent 48597c4 commit b6e3c73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "splat"
name = "splat64"
# Should be synced with src/splat/__init__.py
version = "0.21.0"
description = "A binary splitting tool to assist with decompilation and modding projects"
Expand All @@ -24,5 +24,8 @@ build-backend = "hatchling.build"
[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]

[tool.hatch.build.targets.wheel]
packages = ["src/splat"]

[project.scripts]
splat = "splat.__main__:splat_main"

0 comments on commit b6e3c73

Please sign in to comment.