File: MANIFEST.in

package info (click to toggle)
logilab-common 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: python: 11,129; makefile: 41
file content (26 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
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
include ChangeLog
include README*
include COPYING
include COPYING.LESSER
include bin/logilab-pytest
include bin/logilab-pytest.bat
include test/data/ChangeLog
include tox.ini
include *.txt
include logilab/common/py.typed
recursive-include logilab *.py
recursive-include test *.py *.txt *.msg *.ini *.zip *.egg
recursive-include test/data/*_dir *
recursive-include test/input *.py
recursive-include doc/html *
include docs/*
include __pkginfo__.py
prune debian
exclude .hg-format-source
prune docs/_build
exclude .hgrc
exclude .gitlab-ci.yml
exclude .yamllint
exclude .cube-doctor.yml
exclude .readthedocs.yaml
exclude CHANGELOG.md