Skip to content

Commit

Permalink
Updated metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschaller committed Mar 11, 2022
1 parent fbc1537 commit b0272de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As of today, CVXPYgen works with linear, quadratic, and second-order cone progra
under the [GNU General Public License v3.0](https://github.com/embotech/ecos/blob/develop/COPYING).**

This package has similar functionality as the package [cvxpy_codegen](https://github.com/moehle/cvxpy_codegen),
which appears to be deprecated.
which appears to be unsupported.

## Installation

Expand Down
16 changes: 13 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MAJOR = 0
MINOR = 1
MICRO = 3
MICRO = 4
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand All @@ -20,8 +20,18 @@ def readme():
description='Code generation with CVXPY',
long_description=readme(),
long_description_content_type='text/markdown',
author='Maximilian Schaller',
author_email='mschall@stanford.edu',
author='Maximilian Schaller, '
'Goran Banjac, '
'Bartolomeo Stellato, '
'Steven Diamond, '
'Akshay Agrawal, '
'Stephen Boyd',
author_email='mschall@stanford.edu, '
'goranbanjac1989@gmail.com, '
'bstellato@princeton.edu, '
'diamond@cs.stanford.edu, '
'akshayka@cs.stanford.edu, '
'boyd@stanford.edu',
url='https://github.com/cvxgrp/cvxpygen',
packages=find_packages(),
python_requires='>=3.6',
Expand Down

0 comments on commit b0272de

Please sign in to comment.