forked from LinOTP/LinOTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
48 lines (46 loc) · 1.7 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- coding: utf-8 -*-
#
# LinOTP - the open source solution for two factor authentication
# Copyright (C) 2010-2019 KeyIdentity GmbH
# Copyright (C) 2019- netgo software GmbH
#
# This file is part of LinOTP server.
#
# This program is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public
# License, version 3, as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the
# GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# E-mail: [email protected]
# Contact: www.linotp.org
# Support: www.linotp.de
#
include LICENSE
recursive-include linotp/public *
recursive-include linotp/templates *
recursive-include linotp/i18n *
include linotp/dictionary
# Include all files in the config directory in the sources.
# Some of these will be installed into the binary package
# (see data_files in setup.py) and will be automatically
# included in the source package. But the scripts used for the
# Docker images are not included in the binary package, so here
# we specify that we still want to include all remaining files
# in the source package.
# * config/linotp-docker.cfg.tmpl
# * config/docker-initscripts.d
recursive-include config *
recursive-include tools *
recursive-include examples *
recursive-include linotp/tokens *.mako
exclude linotp/controllers/testing.py
include README.md