Skip to content

Commit f58f9a9

Browse files
committed
Add "tox-plugin" keyword
1 parent af6a28c commit f58f9a9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tag = True
1010
[bumpversion:file:README.rst]
1111

1212
[bumpversion:file:tox_envlist/__init__.py]
13-
1413
search = : str = "{current_version}"
1514
replace = : str = "{new_version}"
1615

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "tox-envlist"
77
version = "0.2.2"
88
description = "Allows selection of a different tox envlist."
99
readme = "README.rst"
10-
keywords = [ "tox",]
10+
keywords = [ "tox", "tox-plugin",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212

1313
[[project.authors]]

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ classifiers:
3434

3535
keywords:
3636
- tox
37+
- tox-plugin

0 commit comments

Comments
 (0)