Verified Commit 6c02b042 authored by Jakob Moser's avatar Jakob Moser
Browse files

Try making installed command executable

parent cee21795
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ description = "Convert Markdown files into other formats, using the 'corporate'
readme = "README.md"
requires-python = ">=3.12"

[project.scripts]
coliverter = "coliverter.main:main"

[project.urls]
Homepage = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter"
Issues = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter/-/issues"
+0 −1
Original line number Diff line number Diff line
print("Hello World!")

src/coliverter/main.py

0 → 100644
+2 −0
Original line number Diff line number Diff line
def main() -> None:
    print("Hello World!")