Projet

Général

Profil

0245-auth_fc-add-to-MANIFEST.in.patch

Benjamin Dauvergne, 21 décembre 2017 12:31

Télécharger (2,12 ko)

Voir les différences:

Subject: [PATCH 245/246] auth_fc: add to MANIFEST.in

 MANIFEST.in | 3 +++
 setup.py    | 1 +
 2 files changed, 4 insertions(+)
MANIFEST.in
8 8
# static
9 9
recursive-include src/authentic2/static *.css *.js *.ico *.gif *.png *.jpg
10 10
recursive-include src/authentic2/manager/static *.css *.js *.png
11
recursive-include src/authentic2_auth_fc/static *.css *.svg *.png
11 12

  
12 13
# templates
13 14
recursive-include src/authentic2/saml/templates *.html *.txt *.xml
......
23 24
recursive-include src/authentic2_auth_saml/templates/authentic2_auth_saml *.html
24 25
recursive-include src/authentic2_auth_oidc/templates/authentic2_auth_oidc *.html
25 26
recursive-include src/authentic2_idp_oidc/templates/authentic2_idp_oidc *.html
27
recursive-include src/authentic2_auth_fc/templates/authentic2_auth_fc *.html
26 28

  
27 29
recursive-include src/authentic2/vendor/totp_js/js *.js
28 30
recursive-include src/authentic2/saml/fixtures *.json
......
43 45
recursive-include src/authentic2_auth_saml/locale *.po *.mo
44 46
recursive-include src/authentic2_auth_oidc/locale *.po *.mo
45 47
recursive-include src/authentic2_idp_oidc/locale *.po *.mo
48
recursive-include src/authentic2_auth_fc/locale *.po *.mo
46 49

  
47 50
recursive-include src/authentic2 README  xrds.xml *.txt yadis.xrdf
48 51
recursive-include src/authentic2_provisionning_ldap/tests *.ldif
setup.py
169 169
              'authentic2-idp-cas = authentic2_idp_cas:Plugin',
170 170
              'authentic2-idp-oidc = authentic2_idp_oidc:Plugin',
171 171
              'authentic2-provisionning-ldap = authentic2_provisionning_ldap:Plugin',
172
              'authentic2-auth-fc = authentic2_auth_fc:Plugin',
172 173
          ],
173 174
      })
174
-