Skip to content

Commit 94f78f9

Browse files
authored
Merge pull request #108 from cisagov/improvement/update_trove_classifiers
Add two additional PyPI trove classifiers
2 parents ec639ea + abb9311 commit 94f78f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ def get_version(version_file):
7474
# Specify the Python versions you support here. In particular, ensure
7575
# that you indicate whether you support Python 2, Python 3 or both.
7676
"Programming Language :: Python :: 3",
77+
"Programming Language :: Python :: 3 :: Only",
7778
"Programming Language :: Python :: 3.6",
7879
"Programming Language :: Python :: 3.7",
7980
"Programming Language :: Python :: 3.8",
8081
"Programming Language :: Python :: 3.9",
8182
"Programming Language :: Python :: 3.10",
83+
"Programming Language :: Python :: Implementation :: CPython",
8284
],
8385
python_requires=">=3.6",
8486
# What does your project relate to?

0 commit comments

Comments
 (0)