File: MANIFEST.in

package info (click to toggle)
pybel 0.15.5-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,504 kB
  • sloc: python: 29,392; javascript: 246; makefile: 226; sh: 20
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
graft src
graft tests
prune scripts
prune notebooks

recursive-include docs/source *.py
recursive-include docs/source *.rst
recursive-include docs/source *.png
recursive-include src/pybel/testing/bel *.bel
recursive-include src/pybel/testing/belanno *.belanno
recursive-include src/pybel/testing/belns *.belns
include docs/Makefile

global-exclude *.py[cod] __pycache__ *.so *.dylib .DS_Store *.gpickle

exclude .bumpversion.cfg
exclude .readthedocs.yml
exclude .flake8
exclude tox.ini
exclude CONTRIBUTING.md CHANGELOG.rst AUTHORS.rst
include LICENSE README.rst