Skip to content

Commit

Permalink
fix to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Jul 4, 2018
1 parent 74c87bf commit 52ac952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Damien Farrell',
author_email = 'farrell.damien@gmail.com',
packages = ['smallrnaseq'],
package_data={'smallrnaseq': ['data/*','*.R']},
package_data={'smallrnaseq': ['data/*','data/de_example/*','*.R']},
install_requires=inst_requires,
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 52ac952

Please sign in to comment.