File: MANIFEST.in

package info (click to toggle)
frozenlist 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 969; makefile: 150
file content (23 lines) | stat: -rw-r--r-- 450 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
include .coveragerc
include pyproject.toml
include pytest.ini
include LICENSE
include CHANGES.rst
include README.rst
include CONTRIBUTORS.txt
graft .github/actions
graft frozenlist
graft packaging
graft docs
graft requirements
graft tests
global-exclude *.pyc
global-exclude *.pyd
global-exclude *.so
global-exclude *.lib
global-exclude *.dll
global-exclude *.a
global-exclude *.obj
exclude frozenlist/*.c
exclude frozenlist/*.html
prune docs/_build