Skip to content

Commit

Permalink
Updated manifest to cover resources and setup.py version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Aug 19, 2016
1 parent e9acca2 commit 4462ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include orangecontrib/educational/tutorials/*.ows
include orangecontrib/educational/widgets/icons/*
include orangecontrib/educational/widgets/resources/*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -24,7 +24,7 @@

PACKAGE_DATA = {
'orangecontrib.educational': ['tutorials/*.ows'],
'orangecontrib.educational.widgets': ['icons/*'],
'orangecontrib.educational.widgets': ['icons/*', 'resources/*'],
}

DATA_FILES = [
Expand Down

0 comments on commit 4462ca1

Please sign in to comment.