File: MANIFEST.in

package info (click to toggle)
cpplint 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,336 kB
  • sloc: cpp: 13,681; python: 10,096; ansic: 854; sh: 30; makefile: 18
file content (17 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MANIFEST.in file required to deliver test files with source tar
include *.py
include LICENSE
include test-requirements
include dev-requirements

# all samples for clitest
graft samples

global-exclude .tox
global-exclude *~
global-exclude __pycache__
global-exclude .coverage
global-exclude *.py[co]
global-exclude *.db
global-exclude .git*
global-exclude *.orig