|
@@ -18,6 +18,10 @@ setuptools.setup(
|
|
license="MIT License",
|
|
license="MIT License",
|
|
classifiers=(
|
|
classifiers=(
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3",
|
|
|
|
+ "Programming Language :: Python :: 3.5",
|
|
|
|
+ "Programming Language :: Python :: 3.6",
|
|
|
|
+ "Programming Language :: Python :: 3.7",
|
|
|
|
+ "Programming Language :: Python :: 3.8",
|
|
"License :: OSI Approved :: MIT License",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
"Operating System :: OS Independent",
|
|
)
|
|
)
|