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
2 changed files with 7 additions and 1 deletions
3
gongor/aegis.py
Normal file
3
gongor/aegis.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
def generate():
|
||||
print("Generating...")
|
||||
print("Done.")
|
|
@ -6,9 +6,12 @@ readme = "README.md"
|
|||
requires-python = ">=3.7"
|
||||
license = {file = "LICENSE.txt"}
|
||||
|
||||
[project.scripts]
|
||||
aegis-generate = "gongor.aegis:generate"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools >= 61.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["gongor"]
|
||||
include = ["gongor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue