Skip to content

Commit 31377c8

Browse files
committed
v1.0.4
-------- 2023-07-21: - update requirements
1 parent 8e85159 commit 31377c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ Changelog = "https://github.com/bitranox/lib_path/blob/master/CHANGES.rst"
4242

4343
[project.optional-dependencies]
4444
test = [
45-
"coverage",
46-
"pytest-cov",
47-
"readme_renderer",
45+
"black",
4846
"codecov",
49-
"pytest",
50-
"mypy",
51-
"pytest-runner",
5247
"coloredlogs",
53-
"black",
48+
"coverage",
5449
"flake8",
50+
"mypy",
51+
"pytest",
52+
"pytest-cov",
53+
"pytest-runner",
54+
"readme_renderer",
5555
]
5656

5757
[project.scripts]
5858
lib_path = "lib_path.lib_path_cli:cli_main"
5959

6060
[tool.setuptools.package-data]
6161
lib_path = [
62-
"py.typed",
6362
"*.pyi",
6463
"__init__.pyi",
64+
"py.typed",
6565
]
6666

6767
[tool.black]

0 commit comments

Comments
 (0)