mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-16 16:16:12 -04:00
Indicate Python 3.8 and 3.9 support
This commit is contained in:
@@ -29,6 +29,8 @@ setup(
|
|||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
],
|
],
|
||||||
keywords="cli",
|
keywords="cli",
|
||||||
packages=find_packages(exclude=["docs"]),
|
packages=find_packages(exclude=["docs"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user