-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (47 loc) · 910 Bytes
/
pyproject.toml
File metadata and controls
51 lines (47 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[project]
name = "stars"
version = "0.1.0"
description = "Scrape, organize, and browse GitHub starred repositories"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4~=4.12",
"requests~=2.31",
"loguru~=0.7",
]
[dependency-groups]
dev = [
"pytest~=8.0",
]
[tool.readme.tree]
ignore_patterns = [
"__pycache__",
"*.pyc",
".git",
".venv",
".pytest_cache",
".vscode",
".idea",
"*.egg-info",
"*.pyc",
"*.pyo",
"*.pyd",
".Python",
"*.so",
".gitkeep",
"_version.py"
]
[tool.readme.sections.order]
"main.md.j2" = 0
"introduction.md.j2" = 1.1
"features.md.j2" = 1.2
"prerequisites.md.j2" = 2
"setup.md.j2" = 2.1
"installation.md.j2" = 2.2
"usage.md.j2" = 3
"development.md.j2" = 4
"summaries.md.j2" = 5
"site.md.j2" = 6
"structure.md.j2" = 7
"todo.md.j2" = 999
[tool.summary]
max_file_size_kb = 500 # Skip files larger than 0.5MB