Skip to content

Commit

Permalink
update setup.py and LICENSE
Browse files Browse the repository at this point in the history
Specify python 3.4+ required (#95)
  • Loading branch information
pgkirsch committed Jul 6, 2021
1 parent 7e4b0b4 commit c2f5dbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 MIT Applied Optimization Group
Copyright (c) 2021 Convex Engineering 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 Down
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

LICENSE = """The MIT License (MIT)
Copyright (c) 2016 MIT Hoburg Research Group
Copyright (c) 2021 Convex Engineering 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 @@ -26,9 +26,10 @@
setup(
name="gpfit",
description="Package for fitting geometric programming models to data",
author="MIT Department of Aeronautics and Astronautics",
author="Convex Engineering Group",
author_email="gpkit@mit.edu",
url="https://github.com/hoburg/gpfit",
url="https://github.com/convexengineering/gpfit",
python_requires=">=3.4",
install_requires=["numpy", "scipy", "gpkit"],
version="0.1",
packages=["gpfit", "gpfit.tests"],
Expand Down

0 comments on commit c2f5dbb

Please sign in to comment.