Skip to content

Commit

Permalink
added data and art assets to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Aug 20, 2016
1 parent e31c665 commit a49199b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include c_src/*.h
include art/sun_transp.png
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
],
include_dirs = [np.get_include()],
install_requires = ['numpy'],
ext_modules=[_web]
ext_modules=[_web],
package_data = {'spiderman': ['art/*','test_data/*']},
)
Binary file added spiderman/art/sun_transp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions spiderman/test_data/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
some example data will go in here

WASP-43?

0 comments on commit a49199b

Please sign in to comment.