aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-02 15:50:11 +0300
committerFrederick Muriuki Muriithi2024-03-02 15:50:11 +0300
commitcd6eebd85d32feb289ccecd1aee45fb40b03d77f (patch)
treeb6fceca55105600657059e959b40d80cc1e21957 /MANIFEST.in
parent8a20071dc8009b5b9439d10e17a2a57883b7b363 (diff)
downloadgn-auth-cd6eebd85d32feb289ccecd1aee45fb40b03d77f.tar.gz
Use `find_packages()` and include static files and templates.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..ea5197f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,2 @@
+global-include static/**/*.js static/**/*.css templates/**/*.html
+global-exclude *~ *.py[cod] \ No newline at end of file