Skip to content

Commit ec5f0da

Browse files
committed
fix: 🩹 Small changes
1 parent c2acfdd commit ec5f0da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎Dockerfile‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM python:3.12-slim-bookworm
2-
RUN apt update && apt install -y binutils
32

43
RUN pip install "uv==0.8.3"
54

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "codelimit"
33
version = "0.19.9"
4-
description = ""
4+
description = "Your Refactoring Alarm"
55
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
66
requires-python = ">=3.10,<3.14"
77
readme = "README.md"

0 commit comments

Comments
 (0)