Skip to content

Commit ed88218

Browse files
committed
Updated classifiers.
1 parent 4fffe26 commit ed88218

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ base-classifiers = [
2727
"Development Status :: 3 - Alpha",
2828
"Framework :: tox",
2929
"Intended Audience :: Developers",
30+
"Topic :: Software Development :: Quality Assurance",
3031
"Topic :: Software Development :: Testing",
32+
"Topic :: Software Development :: Testing :: Unit",
3133
"Typing :: Typed",
3234
]
3335
python-versions = [ "3.7", "3.8", "3.9",]

repo_helper.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ classifiers:
3535
- 'Development Status :: 3 - Alpha'
3636
- 'Framework :: tox'
3737
- 'Intended Audience :: Developers'
38+
- 'Topic :: Software Development :: Quality Assurance'
3839
- 'Topic :: Software Development :: Testing'
40+
- 'Topic :: Software Development :: Testing :: Unit'
3941

4042
keywords:
4143
- tox

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ classifiers =
3232
Programming Language :: Python :: 3.8
3333
Programming Language :: Python :: 3.9
3434
Programming Language :: Python :: Implementation :: CPython
35+
Topic :: Software Development :: Quality Assurance
3536
Topic :: Software Development :: Testing
37+
Topic :: Software Development :: Testing :: Unit
3638
Typing :: Typed
3739

3840
[options]

0 commit comments

Comments
 (0)