feat: Update version display in main.py

* Changed the version display in `__main__.py` to include copyright information.
This commit is contained in:
Andy
2025-07-20 15:45:50 +00:00
parent 95674d5739
commit cb26ac6fa2
2 changed files with 2 additions and 3 deletions

View File

@@ -75,4 +75,4 @@ RUN uv sync --frozen --no-dev
# Set entrypoint to allow passing commands directly to unshackle
ENTRYPOINT ["uv", "run", "unshackle"]
CMD ["-h"]
CMD ["-h"]