File: MANIFEST.in

package info (click to toggle)
python-greenlet 3.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: cpp: 5,078; python: 3,197; ansic: 1,129; makefile: 145; asm: 120; sh: 72
file content (58 lines) | stat: -rw-r--r-- 937 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
###
# Source code
###
recursive-include src *.py
recursive-include src *.c
recursive-include src *.cpp
recursive-include src *.hpp
recursive-include src *.h
recursive-include src *.cmd
recursive-include src *.asm
recursive-include src *.obj

###
# Benchmarks and results
###
exclude benchmarks/*.json
recursive-include benchmarks *.py


###
# Documentation
###
recursive-include docs *
prune docs/_build

###
# Configuration and project files
###

include *.yml
include *.txt
include *.ini
include *.rst
include *.cfg
include *.py
include *.ini
include *.toml
include .clang-format
include .pylintrc

recursive-include appveyor *.cmd
recursive-include appveyor *.ps1
recursive-include appveyor *.py

recursive-include .github *.yml

include AUTHORS
include LICENSE
include LICENSE.PSF
include MANIFEST.in

include make-manylinux
include ubuntu-test

global-exclude *.pyc
global-exclude *.pyd
global-exclude *.so
global-exclude .coverage