Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Dec 18, 2015
1 parent 0334b71 commit a82f1c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def get_version():
"requests",
],
package_data={
'formasaurus': ['data/index.json', 'data/html/*.html'],
'formasaurus': [
'data/*.json',
'data/html/*.html'
],
},
extras_require={
'with-deps': [
Expand Down

0 comments on commit a82f1c7

Please sign in to comment.