File: MANIFEST.in

package info (click to toggle)
snimpy 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: python: 4,191; makefile: 209
file content (19 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
recursive-include examples *.py
recursive-include tests *.py SNIMPY-MIB.mib SNIMPY-INVALID-MIB.mib

# Documentation
include man/snimpy.1
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include README.rst
include version.txt
recursive-include docs *.rst *.py
recursive-include docs/_themes *
recursive-include docs/_static *

# Remove CFFI files
global-exclude __pycache__/*

# Remove git directories
global-exclude .git