Skip to content

Commit ebe59b2

Browse files
committed
fix setup
1 parent cf6e7f3 commit ebe59b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ def run(self):
6565
"Operating System :: OS Independent",
6666
# Specify the Python versions you support here. In particular, ensure
6767
# that you indicate whether you support Python 2, Python 3 or both.
68+
"Programming Language :: Python :: 3",
69+
"Programming Language :: Python :: 3.6",
70+
"Programming Language :: Python :: 3.7",
6871
"Programming Language :: Python :: 3.8",
72+
"Programming Language :: Python :: 3.9",
6973
],
7074
cmdclass={"clean": CleanCommand},
7175
)

0 commit comments

Comments
 (0)