Skip to content

Commit

Permalink
updated build information for 0.2 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Kunath committed Oct 20, 2017
1 parent 568678e commit 9f87dd0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="mTree",
version="0.2-PRE",
version="0.2-BETA",
packages=find_packages(),
include_package_data=True,
# Project uses reStructuredText, so ensure that the docutils get
Expand All @@ -14,13 +14,14 @@
'Flask-SQLAlchemy>=2.1',
'eventlet>=0.20.1',
'numpy>=1.11.1',
'PyYaml>=3.12'],
'PyYaml>=3.12',
'thespian>=3.8.0'],

# metadata for upload to PyPI
author="GMU CSN",
author_email="[email protected]",
author_email="[email protected]",
description="This is the base mTree package",
license="MIT",
keywords="experimental economics",
keywords="computational experimental economics",
url="https://github.com/gmucsn/mTree", # project home page, if any
)

0 comments on commit 9f87dd0

Please sign in to comment.