forked from brechtm/rinohtype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
39 lines (35 loc) · 820 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
graft doc
prune doc/style
prune doc/.eggs
prune doc/_build
graft src
graft tests
graft tests_regression
prune tests_regression/sphinx
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 LICENSE
include README.rst
include .bumpversion.cfg
include .coveragerc
include .travis.yml
include appveyor.yml
include Brewfile
include coverage.py
include Dockerfile
include gitlabpypi.py
include macapp.py
include rinoh.ico
include run_tests.py
include tox.ini
include wininst.py
include wininst.cfg
global-exclude *.py[cod] __pycache__ *.so *.dylib .DS_Store