Remove the script stuff
This commit is contained in:
parent
80a4c562af
commit
c09f8f1b63
@ -9,9 +9,6 @@ authors = [
|
|||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[project.scripts]
|
|
||||||
sums = "sums:main"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
def main() -> None:
|
|
||||||
print("Hello from sums!")
|
|
Loading…
x
Reference in New Issue
Block a user