Skip to content

Commit 5b87c8f

Browse files
committed
update
1 parent 58c071a commit 5b87c8f

File tree

2 files changed

+6
-314
lines changed

2 files changed

+6
-314
lines changed

llms.py

Lines changed: 0 additions & 305 deletions
This file was deleted.

pyproject.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
[project]
22
name = "llmstxt"
33
version = "0.1.0"
4-
description = "A tool to compress and process code files into a single text file"
4+
description = "Compress code files into LLM-friendly format"
5+
authors = [{ name = "Aunova", email = "chris@aunova.net" }]
6+
dependencies = ["gitignore_parser>=0.1.11", "astroid>=3.0.1"]
57
requires-python = ">=3.8"
6-
dependencies = [
7-
"gitignore-parser",
8-
"astroid",
9-
]
8+
readme = "README.md"
9+
license = { text = "MIT" }
1010

1111
[project.optional-dependencies]
12-
dev = [
13-
"mypy",
14-
"ruff",
15-
]
12+
dev = ["mypy>=1.7.0", "ruff>=0.1.8"]
1613

1714
[build-system]
1815
requires = ["hatchling"]

0 commit comments

Comments
 (0)