mirror of
https://github.com/django-components/django-components.git
synced 2025-07-07 17:34:59 +00:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 lines
218 B
Text
5 lines
218 B
Text
# MANIFEST.in is defined so we can include non-Python (e.g. JS) files
|
|
# in the built distribution.
|
|
# See https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html
|
|
graft src/django_components/static
|
|
prune tests
|