From 436ebb7713c114e27e8e5243c5ad48d8c5893c99 Mon Sep 17 00:00:00 2001 From: Nadavbh Date: Tue, 14 Feb 2017 11:10:50 +0200 Subject: [PATCH] updated MANIFEST --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4aab33a..657fd3e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ recursive-include src * recursive-include rle_python_interface * recursive-include rle_python_interface *.so include CMakeLists.txt +include copy_cores.sh \ No newline at end of file diff --git a/setup.py b/setup.py index 945d26c..8f94be7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run(self): ds.spawn(['./copy_cores.sh']) _build.build.run(self) -version = '1.0.10' +version = '1.0.11' setup(name = 'rle_python_interface', version=version, description = 'Retro Learning Environment Python Interface based on Ben Goodrich\'s work',