File: MANIFEST.in

package info (click to toggle)
netcdf4-python 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,612 kB
  • sloc: python: 6,075; ansic: 854; makefile: 17; sh: 2
file content (29 lines) | stat: -rw-r--r-- 751 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
include docs/index.html
recursive-include man *
recursive-include external *
include MANIFEST.in
include README.htmldocs
include Changelog
include setup.cfg
include examples/*py
include examples/README.md
exclude examples/data
include test/*py
include test/*nc
include src/netCDF4/__init__.py
include src/netCDF4/_netCDF4.pyx
exclude src/netCDF4/_netCDF4.c
include src/netCDF4/utils.py
include src/netCDF4/plugins/empty.txt
include src/netCDF4/py.typed
include src/netCDF4/*.pyi
include include/netCDF4.pxi
include include/mpi-compat.h
include include/membuf.pyx
include include/netcdf-compat.h
include include/no_parallel_support_imports.pxi.in
include include/parallel_support_imports.pxi.in
include *.md
include *.py
include *.release
include *.sh