File: MANIFEST.in

package info (click to toggle)
python-asn1 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 1,638; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
graft docs
graft examples
graft src
graft ci
graft tests

include .coveragerc
include .cookiecutterrc
include .editorconfig

include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst

include *.txt
include *.cfg
include *.ini
include *.yml
include *.yaml

global-exclude *.py[cod] __pycache__ *.so *.dylib
exclude .python-version