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 d5ac405 commit c633f56Copy full SHA for c633f56
pyproject.toml
@@ -10,10 +10,10 @@ description = "YAML-based configuration for initializing Git repositories for un
10
readme = "README.md"
11
requires-python = ">=3.13"
12
classifiers = [
13
- "Development Status :: 4 - Beta",
14
- "Intended Audience :: Developers",
15
- "Topic :: Software Development",
16
- "Programming Language :: Python :: 3.13",
+ "Development Status :: 4 - Beta",
+ "Intended Audience :: Developers",
+ "Topic :: Software Development",
+ "Programming Language :: Python :: 3.13",
17
]
18
license.file = "LICENSE"
19
dependencies = ["GitPython", "PyYAML", "types-PyYAML"]
0 commit comments