Skip to content

Commit

Permalink
Fix inclusion of data files
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 27, 2018
1 parent 6fc15f8 commit d317731
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
'vndb_importer = pydbc.scripts.vndb_importer:main'
],
},
data_files = [
('cgen/templates', glob('cgen/templates/*.tmpl')),
],
include_package_data = True,
package_data = {
"templates": glob('cgen/templates/*.tmpl'),
},
test_suite="pydbc.tests"
)

0 comments on commit d317731

Please sign in to comment.