aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-10 13:46:44 +0100
committerWolfgang Müller2024-11-11 16:03:02 +0100
commit65894a5f7da0d58eebcdb5664ec116b31056a2ab (patch)
tree8723ee1c66ce81307f6daddce5181ce0fbd3449b /.gitignore
parentfbdc88ad574429ff236211376d07f89c818d0930 (diff)
downloadlater-65894a5f7da0d58eebcdb5664ec116b31056a2ab.tar.gz
Migrate to proper Python package layout
Up until now we've kept the entirety of later(1)'s functionality in one file. Whilst this is perfectly fine for smaller scripts, the functionality of later(1) has grown to a size where this become less feasible. Since we expect it to grow even further, switch to a "proper" source layout sooner rather than later. This will allow easier extension, testing and packaging later on. Since we want to keep installation simple for end-users still, package later(1) as a zipapp [1] in the Makefile. When installed, this file can be executed just like the single Python script before it. Using this way of installation is not mandatory however, the package layout also supports regular installation with pip and development with poetry. [1] https://docs.python.org/3.12/library/zipapp.html
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..524ef89
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/later.pyz