forked from brechtm/rinohtype
-
Notifications
You must be signed in to change notification settings - Fork 2
/
MANIFEST.in
48 lines (44 loc) · 1020 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
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
graft doc
prune doc/style
prune doc/.eggs
prune doc/_build
graft src
graft tests
graft tests_regression
prune tests_regression/sphinx
prune tests_regression/output
include tests_regression/sphinx/AUTHORS
include tests_regression/sphinx/CHANGES
include tests_regression/sphinx/EXAMPLES
graft tests_regression/sphinx/doc
graft macapp
prune macapp/macOS
graft icons
recursive-include examples *.md *.py *.rtt *.txt *.xml *.jpg *.png
include CHANGES.rst
include CONTRIBUTING.rst
include DEVELOPING.rst
include LICENSE
include README.rst
include .bumpversion.cfg
include .coveragerc
include .envrc
include .python-version
include .travis.yml
include appveyor.yml
include Brewfile
include coverage.py
include Dockerfile
include gitlabpypi.py
include macapp.py
include poetry.lock
include poetry.toml
include pyenv_setup.py
include pyproject.toml
include rinoh.ico
include rinoh-tox.txt
include run_tests.py
include tox.ini
include wininst.py
include wininst.cfg
global-exclude *.py[cod] __pycache__ *.so *.dylib .DS_Store