Get a working entry-point done.
It doesn't do anything, but we love water flowing through pipes.
This commit is contained in:
parent
2988a08109
commit
370c2a9e05
|
@ -0,0 +1,3 @@
|
||||||
|
def generate():
|
||||||
|
print("Generating...")
|
||||||
|
print("Done.")
|
|
@ -6,9 +6,12 @@ readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
license = {file = "LICENSE.txt"}
|
license = {file = "LICENSE.txt"}
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
aegis-generate = "gongor.aegis:generate"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 61.0.0"]
|
requires = ["setuptools >= 61.0.0"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["gongor"]
|
include = ["gongor"]
|
||||||
|
|
Loading…
Reference in New Issue