File: MANIFEST.in

package info (click to toggle)
pygrib 2.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,444 kB
  • sloc: javascript: 1,365; python: 1,356; makefile: 39; ansic: 13
file content (20 lines) | stat: -rwxr-xr-x 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include MANIFEST.in
include LICENSE
include pyproject.toml
include setup.py
include README.md
include utils/*grib*
include Changelog
recursive-include src *pyx
recursive-include src *py
recursive-include src *h
recursive-include docs *
recursive-include src/pygrib/share/eccodes *.def
recursive-include test *.py
include sampledata/*.grb
include sampledata/*.grb2
include sampledata/*.grib*
include sampledata/*.bin
include test/README
include test/baseline_images/*png
include man/*.1