File: MANIFEST.in

package info (click to toggle)
python-latexcodec 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,365; makefile: 142
file content (16 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include VERSION
include README.rst
include INSTALL.rst
include CHANGELOG.rst
include LICENSE.rst
include AUTHORS.rst
recursive-include doc *
recursive-include test *
global-exclude *.pyc
global-exclude .gitignore
prune doc/_build
exclude .travis.yml
include latexcodec/table.txt
include latexcodec/py.typed
include mypy.ini
include .coveragerc