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 8e85159 commit 31377c8Copy full SHA for 31377c8
pyproject.toml
@@ -42,26 +42,26 @@ Changelog = "https://github.com/bitranox/lib_path/blob/master/CHANGES.rst"
42
43
[project.optional-dependencies]
44
test = [
45
- "coverage",
46
- "pytest-cov",
47
- "readme_renderer",
+ "black",
48
"codecov",
49
- "pytest",
50
- "mypy",
51
- "pytest-runner",
52
"coloredlogs",
53
- "black",
+ "coverage",
54
"flake8",
+ "mypy",
+ "pytest",
+ "pytest-cov",
+ "pytest-runner",
+ "readme_renderer",
55
]
56
57
[project.scripts]
58
lib_path = "lib_path.lib_path_cli:cli_main"
59
60
[tool.setuptools.package-data]
61
lib_path = [
62
- "py.typed",
63
"*.pyi",
64
"__init__.pyi",
+ "py.typed",
65
66
67
[tool.black]
0 commit comments