Skip to content

Commit

Permalink
Including readme and license files in python package distribution (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan authored Sep 15, 2018
1 parent 9606c6c commit 1820857
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include readme.md
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Python3 library that you can use to run a Monte Carlo tree search, either traditionally with drilling down to end game states or with expert policies as you might provide from a neural network.

- **Version:** 1.0.2
- **Version:** 1.0.3

[![Build Status](https://travis-ci.org/ImparaAI/monte-carlo-tree-search.png?branch=master)](https://travis-ci.org/ImparaAI/monte-carlo-tree-search)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="imparaai-montecarlo",
version="1.0.2",
version="1.0.3",
license='MIT',
author="ImparaAI",
author_email="[email protected]",
Expand Down

0 comments on commit 1820857

Please sign in to comment.