Skip to content

Commit

Permalink
fix: add templates for package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Jul 24, 2024
1 parent 26207d4 commit b5c2a62
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 @@ -198,6 +198,6 @@ def package_data(pkg, roots, sub_roots):
]
},
package_data=package_data(
"xblocks_contrib", ["annotatable", "poll"], ["static", "public"]
"xblocks_contrib", ["annotatable", "poll"], ["static", "public", "templates"]
),
)

0 comments on commit b5c2a62

Please sign in to comment.