Update setup.py

Fixes https://github.com/GNS3/gns3-server/issues/1897
This commit is contained in:
Jeremy Grossmann
2021-05-16 17:45:11 +09:30
committed by GitHub
parent 3d07db5c5f
commit 3c92e463f8

View File

@@ -96,6 +96,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
],
)