Skip to content

Commit

Permalink
graft on package data
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Oct 25, 2015
1 parent 76595a3 commit ca67c47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@
'ipymd'
],
extras_require={'test': ["nose", "pep8", "flake8"]},
classifiers=classifiers)
classifiers=classifiers,
package_data={'americangut': ['tests',
'tests/data',
'latex',
'latex/pdfs-gut',
'latex/pdfs-oralskin']}
)

0 comments on commit ca67c47

Please # to comment.