Skip to content

Commit

Permalink
Add list of requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Sep 28, 2017
1 parent 3ec1606 commit 4abf318
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 @@ -6,7 +6,7 @@
PY_MAJOR_VERSION = sys.version_info[0]
PY2 = (PY_MAJOR_VERSION == 2)

cis_ver = "0.1.1"
cis_ver = "0.1.2"

try:
import matlab.engine
Expand Down Expand Up @@ -91,17 +91,16 @@ def rm_excl_rule(excl_list, new_rule):
name="cis_interface",
packages=find_packages(),
include_package_data=True,
# Update this for PyPI/release
version=cis_ver,
description=("A framework for combining interdependent models from "
"multiple languages."),
long_description=long_description,
author="Meagan Lang",
author_email="langmm.astro@gmail.com",
url="https://github.com/cropsinsilico/cis_interface",
# Update this for release
download_url = "https://github.com/cropsinsilico/cis_interface/archive/%s.tar.gz" % cis_ver,
keywords=["plants", "simulation", "models", "framework"],
install_requires=["sysv_ipc", "pika", "pyyaml", "pystache", "scipy"],
classifiers=[
"Programming Language :: Python",
"Programming Language :: C",
Expand Down

0 comments on commit 4abf318

Please sign in to comment.