We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3852a46 commit 55f18beCopy full SHA for 55f18be
setup.py
@@ -16,7 +16,7 @@
16
with open(ver_file) as f:
17
exec(f.read())
18
19
-DISTNAME = "sklearn-extra"
+DISTNAME = "scikit-learn-extra"
20
DESCRIPTION = "A set of tools for scikit-learn."
21
with codecs.open("README.rst", encoding="utf-8-sig") as f:
22
LONG_DESCRIPTION = f.read()
@@ -41,6 +41,8 @@
41
"Programming Language :: Python :: 3.5",
42
"Programming Language :: Python :: 3.6",
43
"Programming Language :: Python :: 3.7",
44
+ "Programming Language :: Python :: 3.8",
45
+ "Programming Language :: Python :: Implementation :: CPython",
46
]
47
EXTRAS_REQUIRE = {
48
"tests": ["pytest", "pytest-cov"],
0 commit comments