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 c8da7da commit 88af461Copy full SHA for 88af461
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "asyncclick"
3
-version = "8.2.2"
+version = "8.2.2.1"
4
description = "Composable command line interface toolkit, async fork"
5
readme = "README.md"
6
license = "BSD-3-Clause"
@@ -58,7 +58,7 @@ requires = ["flit_core<4"]
58
build-backend = "flit_core.buildapi"
59
60
[tool.flit.module]
61
-name = "click"
+name = "asyncclick"
62
63
[tool.flit.sdist]
64
include = [
@@ -82,7 +82,7 @@ filterwarnings = [
82
83
[tool.coverage.run]
84
branch = true
85
-source = ["click", "tests"]
+source = ["asyncclick", "tests"]
86
87
[tool.coverage.paths]
88
source = ["src", "*/site-packages"]
0 commit comments