Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Commit ·
4e0be0a
1
Parent(s): 888f7d7
Update description
Browse files
setup.py
CHANGED
|
@@ -25,7 +25,7 @@ import sys
|
|
| 25 |
|
| 26 |
from setuptools import setup
|
| 27 |
|
| 28 |
-
short_description = "
|
| 29 |
|
| 30 |
# from https://github.com/pytest-dev/pytest-runner#conditional-requirement
|
| 31 |
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
|
|
|
|
| 25 |
|
| 26 |
from setuptools import setup
|
| 27 |
|
| 28 |
+
short_description = "Subset selection with maximized diversity".split("\n")[0]
|
| 29 |
|
| 30 |
# from https://github.com/pytest-dev/pytest-runner#conditional-requirement
|
| 31 |
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
|