summaryrefslogtreecommitdiff
path: root/dep/django-selectable/MANIFEST.in
diff options
context:
space:
mode:
authorMagnus Hagander2021-11-25 12:30:28 +0000
committerMagnus Hagander2021-11-25 12:30:28 +0000
commit74ff5309290edaaa80dd222a412dfaa7b8947271 (patch)
treea43b9b5f7d2abeb12caa93c310fd7edb87ab2a4b /dep/django-selectable/MANIFEST.in
parentc4041b26bb73a6269942812caf9621f42292ec37 (diff)
Replace django-selectable with selectize
django-selectable is no longer maintained, and will cause issues in newer versions of django. selectize is what we use in the pgeu-system codebase today, so copy the handling over from there.
Diffstat (limited to 'dep/django-selectable/MANIFEST.in')
-rw-r--r--dep/django-selectable/MANIFEST.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/dep/django-selectable/MANIFEST.in b/dep/django-selectable/MANIFEST.in
deleted file mode 100644
index ce396ae..0000000
--- a/dep/django-selectable/MANIFEST.in
+++ /dev/null
@@ -1,6 +0,0 @@
-include AUTHORS.txt
-include README.rst
-include LICENSE.txt
-recursive-include selectable/locale *
-recursive-include selectable/static *
-recursive-include selectable/templates *