File: MANIFEST.in

package info (click to toggle)
python-dendropy 4.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68,392 kB
  • ctags: 3,947
  • sloc: python: 41,840; xml: 1,400; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include README.rst
include CHANGES.rst
include LICENSE.rst
include doc/Makefile
recursive-include doc/source *
recursive-include dendropy/test/data *
global-exclude .DS_Store
global-exclude *.pyc
global-exclude .gitignore
global-exclude .gitattributes
global-exclude .idea
global-exclude __pycache__