Skip to content

Commit

Permalink
setup: include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent 08797a7 commit 1533478
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include LICENSE
include README
include make_thesis_plots.sh
recursive-include data *
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -15,6 +15,7 @@
url = metadata['url'],
packages = [package_name, '{}.ccsgp'.format(package_name),
'{}.examples'.format(package_name)],
include_package_data=True,
dependency_links = [
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
],
Expand Down

0 comments on commit 1533478

Please sign in to comment.