File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,14 @@ sphinx_conf_epilogue:
3131
3232intersphinx_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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = tox-recreate-hook
1111author = Dominic Davis-Foster
1212author_email = dominic@davis-foster.co.uk
1313license = MIT License
14- keywords =
14+ keywords = tox
1515long_description = file: README.rst
1616long_description_content_type = text/x-rst
1717platforms = 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
2323classifiers =
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]
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ count = True
133133plugins = coverage_pyver_pragma
134134
135135[coverage:report]
136- fail_under = 80
136+ fail_under = 90
137137exclude_lines =
138138 raise AssertionError
139139 raise NotImplementedError
You can’t perform that action at this time.
0 commit comments