Skip to content

Commit

Permalink
Added the setup file for uploading to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
okesontj committed Jan 31, 2018
1 parent 94caa1c commit adc4476
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name = 'APMonitor',
packages = ['APMonitor'], # this must be the same as the name above
version = '0.31',
description = 'Python package to interface with the APMonitor optimization suite',
author = 'John Hedengren',
author_email = 'john_hedengren@byu.edu',
url = 'https://github.com/okesontj/APMonitor', # use the URL to the github repo
download_url = 'https://github.com/okesontj/APMonitor/tarball/0.2',
keywords = ['optimization', 'MPC'],
classifiers = [],
)

0 comments on commit adc4476

Please sign in to comment.