File: MANIFEST.in

package info (click to toggle)
pybtex-docutils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 460; makefile: 144
file content (14 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include VERSION
include README.rst
include INSTALL.rst
include CHANGELOG.rst
include LICENSE.rst
include requirements.txt
include mypy.ini
include pytest.ini
include .coveragerc
recursive-include doc *
recursive-include test *
global-exclude *.pyc
global-exclude .gitignore
prune doc/_build