Skip to content

Commit

Permalink
fix typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Jul 11, 2020
1 parent 3bf741b commit 34143d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from distutils.core import setup

description = """
generates and solves robust formulations for geometric and signomial programming.
Requires installations of `GPkit <https://github.com/convexengineering/gpkit>`_.
generates and solves robust formulations for geometric and signomial programming.
Requires installations of `GPkit <https://github.com/convexengineering/gpkit>`_.
"""

license = """MIT License
Expand Down Expand Up @@ -38,4 +38,3 @@
package_data={"robust.data":['*.txt'], "robust.solar_model":['*.txt']},
python_requires=">=3.5.2",
install_requires=['gpkit', 'gplibrary', 'numpy', 'matplotlib', 'scipy'])
s

0 comments on commit 34143d2

Please sign in to comment.