django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
62b000a683395d0a3a71f781d5a09c1fbe35daa9
parent
a22c373d9e4c55118e846376527791bf4684b0b9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-11-04 11:37
integrate MANIFEST.in into pyproject.toml

Diffstat

D MANIFEST.in 4 ----
M pyproject.toml 8 ++++++++

2 files changed, 8 insertions, 4 deletions


diff --git a/MANIFEST.in b/MANIFEST.in

@@ -1,4 +0,0 @@
    1    -1 recursive-include mfa/templates *.html
    2    -1 recursive-include mfa/static *.js
    3    -1 recursive-include mfa/locale *.po
    4    -1 recursive-include mfa/locale *.mo

diff --git a/pyproject.toml b/pyproject.toml

@@ -36,6 +36,14 @@ Homepage = "https://github.com/xi/django-mfa3"
   36    36 [tool.setuptools.packages.find]
   37    37 include = ["mfa*"]
   38    38 
   -1    39 [tool.setuptools.package-data]
   -1    40 mfa = [
   -1    41     "templates/**/*.html",
   -1    42     "static/**/*.js",
   -1    43     "locale/**/*.po",
   -1    44     "locale/**/*.mo",
   -1    45 ]
   -1    46 
   39    47 [tool.ruff]
   40    48 target-version = "py37"
   41    49 exclude = ["migrations"]