Fanwang Meng commited on
Commit
4e0be0a
·
1 Parent(s): 888f7d7

Update description

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -25,7 +25,7 @@ import sys
25
 
26
  from setuptools import setup
27
 
28
- short_description = "Molecule selection with maximum 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)
 
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)