Skip to content

Commit

Permalink
explicitly list package data
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed Jan 15, 2024
1 parent 9668a9b commit f7f2c12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
],
package_data={
'crispy_forms_bootstrap2': [
'templates/bootstrap/*',
'templates/bootstrap/layout/*',
],
},
include_package_data=True,
zip_safe=False,
)

0 comments on commit f7f2c12

Please sign in to comment.