We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c071a commit 5b87c8fCopy full SHA for 5b87c8f
llms.py
pyproject.toml
@@ -1,18 +1,15 @@
1
[project]
2
name = "llmstxt"
3
version = "0.1.0"
4
-description = "A tool to compress and process code files into a single text file"
+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"]
7
requires-python = ">=3.8"
-dependencies = [
- "gitignore-parser",
8
- "astroid",
9
-]
+readme = "README.md"
+license = { text = "MIT" }
10
11
[project.optional-dependencies]
12
-dev = [
13
- "mypy",
14
- "ruff",
15
+dev = ["mypy>=1.7.0", "ruff>=0.1.8"]
16
17
[build-system]
18
requires = ["hatchling"]
0 commit comments