Skip to content

Commit

Permalink
add missing testing resources in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwuperth committed Jun 20, 2017
1 parent c758608 commit ad93965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@ def write_version_info():
license="LGPLv2+",
packages=find_packages(),
package_data = {
'dfms.apps' : ['dlg_app.h'],
'dfms.manager' : ['web/*.html', 'web/static/css/*.css', 'web/static/fonts/*', 'web/static/js/*.js', 'web/static/js/d3/*'],
'dfms.dropmake': ['web/lg_editor.html', 'web/*.css', 'web/*.js', 'web/*.json', 'web/*.map',
'web/img/jsoneditor-icons.png', 'web/pg_viewer.html', 'web/matrix_vis.html',
'lib/libmetis.*'],
'test.dropmake': ['logical_graphs/*.json']
'test.dropmake': ['logical_graphs/*.json'],
'test.apps' : ['dynlib_example.c']
},

# Keep alpha-sorted PLEASE!
Expand Down

0 comments on commit ad93965

Please sign in to comment.