Skip to content

Commit

Permalink
v0.3.5.6 as uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Apr 21, 2016
1 parent af56cd2 commit 36ce34f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

# custom build script
if sys.argv[1] in ["build", "install", "develop"]:
if sys.argv[1] not in ["clean", "uninstall", "sdist"]:
from gpkit.build import build_gpkit
build_gpkit()

Expand All @@ -25,7 +25,7 @@

LICENSE = """The MIT License (MIT)
Copyright (c) 2015 MIT Convex Optimization Group
Copyright (c) 2015 Hoburg Research Group
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -52,8 +52,8 @@
author="MIT Department of Aeronautics and Astronautics",
author_email="[email protected]",
url="https://www.github.com/hoburg/gpkit",
install_requires=["numpy", "scipy"],
version="0.3.4.9",
install_requires=["numpy >= 1.8", "pint", "scipy"],
version="0.3.5.6",
packages=["gpkit", "gpkit._mosek", "gpkit.tests", "gpkit.interactive"],
package_data={"gpkit": ["gpkit_*.txt", "env/*"],
"gpkit._mosek": ["lib/*"]},
Expand Down

0 comments on commit 36ce34f

Please sign in to comment.