We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd86d0 commit 61d1ea6Copy full SHA for 61d1ea6
1 file changed
setup.py
@@ -3,8 +3,8 @@
3
import sys
4
from setuptools import setup
5
6
-DESC = """A Python package for describing statistical models and for
7
-building design matrices."""
+DESC = ("A Python package for describing statistical models and for "
+ "building design matrices.")
8
9
LONG_DESC = open("README.rst").read()
10
0 commit comments