We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2acfdd commit ec5f0daCopy full SHA for ec5f0da
‎Dockerfile‎
@@ -1,5 +1,4 @@
1
FROM python:3.12-slim-bookworm
2
-RUN apt update && apt install -y binutils
3
4
RUN pip install "uv==0.8.3"
5
‎pyproject.toml‎
@@ -1,7 +1,7 @@
[project]
name = "codelimit"
version = "0.19.9"
-description = ""
+description = "Your Refactoring Alarm"
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
6
requires-python = ">=3.10,<3.14"
7
readme = "README.md"
0 commit comments