Skip to content

Commit

Permalink
Updating for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Dec 16, 2015
1 parent 69416cb commit 15b38f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ Release History
Next release
++++++++++++++++++

* Improvements:
* Added iterable grid neighborhood methods.
(See current PR list)
#170 Adding multi-stage activation
#169 Wolf-Sheep Cleanup


0.6.7 (2015-07-11)
++++++++++++++++++

* Improvements
* Allow cell_list_content methods in Grids to accept single tuples in addition to lists


0.6.6 (2015-07-11)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
fd.read(), re.MULTILINE).group(1)

with open('README.rst', 'r', encoding='utf-8') as f:
with open('README.rst', 'rb', encoding='utf-8') as f:
readme = f.read()

setup(
Expand All @@ -34,7 +34,7 @@
keywords='agent based modeling model ABM simulation multi-agent',
license='Apache 2.0',
zip_safe=False,
classifiers=[
classifiers=(
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Life',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
Expand All @@ -44,5 +44,5 @@
'Operating System :: OS Independent',
'Development Status :: 3 - Alpha',
'Natural Language :: English',
],
),
)

0 comments on commit 15b38f2

Please sign in to comment.