Skip to content

Commit 88af461

Browse files
committed
Oops
1 parent c8da7da commit 88af461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asyncclick"
3-
version = "8.2.2"
3+
version = "8.2.2.1"
44
description = "Composable command line interface toolkit, async fork"
55
readme = "README.md"
66
license = "BSD-3-Clause"
@@ -58,7 +58,7 @@ requires = ["flit_core<4"]
5858
build-backend = "flit_core.buildapi"
5959

6060
[tool.flit.module]
61-
name = "click"
61+
name = "asyncclick"
6262

6363
[tool.flit.sdist]
6464
include = [
@@ -82,7 +82,7 @@ filterwarnings = [
8282

8383
[tool.coverage.run]
8484
branch = true
85-
source = ["click", "tests"]
85+
source = ["asyncclick", "tests"]
8686

8787
[tool.coverage.paths]
8888
source = ["src", "*/site-packages"]

0 commit comments

Comments
 (0)