fnp
/
django-cas-provider.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support for Django up to 3.1. Dropped support for Django<1.10 and Python<3.5.
[django-cas-provider.git]
/
MANIFEST.in
diff --git
a/MANIFEST.in
b/MANIFEST.in
index
775b4b5
..
d02b852
100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,4
+1,6
@@
recursive-include cas_provider/templates *.html
recursive-include cas_provider/templates *.html
+recursive-include cas_provider/fixtures *
+recursive-include cas_provider/locale *.po *.mo
include AUTHORS.txt
include README.rst
include AUTHORS.txt
include README.rst
-include LICENSE
\ No newline at end of file
+include LICENSE