Remove the script stuff

This commit is contained in:
Gender Shrapnel 2025-05-12 14:25:42 +02:00
parent 80a4c562af
commit c09f8f1b63
Signed by: modzero
SSH Key Fingerprint: SHA256:0G5mLZLe1YzemZLlzQay3EDdrfcKDx3ZUwN1TMwoqts
2 changed files with 0 additions and 5 deletions

View File

@ -9,9 +9,6 @@ authors = [
requires-python = ">=3.13"
dependencies = []
[project.scripts]
sums = "sums:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

View File

@ -1,2 +0,0 @@
def main() -> None:
print("Hello from sums!")