https://github.com/Unidata/netcdf4-python
Raw File
Tip revision: ce5fa868c408d8e4e7b756d35d7b52c95d1f31ea authored by Jeff Whitaker on 22 July 2020, 22:38:45 UTC
Merge pull request #1028 from Unidata/v1.5.4rel
Tip revision: ce5fa86
MANIFEST.in
recursive-include docs *
recursive-include man *
include MANIFEST.in
include README.md
include COPYING
include Changelog
include appveyor.yml
include .travis.yml
include setup.cfg
include examples/*py
include examples/*ipynb
include examples/README.md
include test/*py
include test/*nc
include netCDF4/__init__.py
include netCDF4/_netCDF4.pyx
include netCDF4/utils.py
include include/netCDF4.pxi
include include/mpi-compat.h
include include/membuf.pyx
back to top