forked from zzzsochi/Flask-Gravatar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
22 lines (19 loc) · 801 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
#
# This file is part of Flask-Gravatar
# Copyright (C) 2015, 2017 CERN.
# Copyright (C) 2018 Swiss Data Science Center (SDSC)
# A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and
# Eidgenössische Technische Hochschule Zürich (ETHZ).
#
# Flask-Gravatar is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
# more details.
include LICENSE AUTHORS .editorconfig *.rst
include .coveragerc run-tests.sh pytest.ini tox.ini
include docs/*.rst docs/*.py docs/Makefile
recursive-include docs/_themes *.py *.css *.css_t *.conf *.html LICENSE README
recursive-include docs/_templates *.html
recursive-include tests *.py
recursive-exclude docs *.pyc *.pyo .DS_Store
prune docs/_build