From 4462ca171fa9f542556d832a3c23acfa739351c4 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 19 Aug 2016 10:54:02 +0200 Subject: [PATCH] Updated manifest to cover resources and setup.py version ++ --- MANIFEST.in | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0859f096..9ba4a906 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include orangecontrib/educational/tutorials/*.ows include orangecontrib/educational/widgets/icons/* +include orangecontrib/educational/widgets/resources/* diff --git a/setup.py b/setup.py index 0dfa20dd..195ecaa5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ NAME = "Orange3-Educational" -VERSION = "0.0.2" +VERSION = "0.0.3" DESCRIPTION = "Orange Educational add-on for Orange data mining software package." LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.md')).read() @@ -24,7 +24,7 @@ PACKAGE_DATA = { 'orangecontrib.educational': ['tutorials/*.ows'], - 'orangecontrib.educational.widgets': ['icons/*'], + 'orangecontrib.educational.widgets': ['icons/*', 'resources/*'], } DATA_FILES = [