Skip to content

Commit 8ca652c

Browse files
committed
Update classifiers and keywords.
1 parent cb84854 commit 8ca652c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

repo_helper.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ sphinx_conf_epilogue:
3131

3232
intersphinx_mapping:
3333
- '"tox": ("https://tox.readthedocs.io/en/latest/", None)'
34+
35+
classifiers:
36+
- 'Development Status :: 3 - Alpha'
37+
- 'Framework :: tox'
38+
- 'Intended Audience :: Developers'
39+
- 'Topic :: Software Development :: Testing'
40+
41+
keywords:
42+
- tox
43+
44+
min_coverage: 90

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = tox-recreate-hook
1111
author = Dominic Davis-Foster
1212
author_email = [email protected]
1313
license = MIT License
14-
keywords =
14+
keywords = tox
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
@@ -21,6 +21,9 @@ project_urls =
2121
Issue Tracker = https://github.com/domdfcoding/tox-recreate-hook/issues
2222
Source Code = https://github.com/domdfcoding/tox-recreate-hook
2323
classifiers =
24+
Development Status :: 3 - Alpha
25+
Framework :: tox
26+
Intended Audience :: Developers
2427
License :: OSI Approved :: MIT License
2528
Operating System :: OS Independent
2629
Programming Language :: Python
@@ -29,7 +32,7 @@ classifiers =
2932
Programming Language :: Python :: 3.8
3033
Programming Language :: Python :: 3.9
3134
Programming Language :: Python :: Implementation :: CPython
32-
Programming Language :: Python :: Implementation :: PyPy
35+
Topic :: Software Development :: Testing
3336
Typing :: Typed
3437

3538
[options]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ count = True
133133
plugins = coverage_pyver_pragma
134134
135135
[coverage:report]
136-
fail_under = 80
136+
fail_under = 90
137137
exclude_lines =
138138
raise AssertionError
139139
raise NotImplementedError

0 commit comments

Comments
 (0)