forked from spacepy/spacepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
27 lines (27 loc) · 788 Bytes
/
MANIFEST.in
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
# this is the file that distutils parses for what to include
#top-level docs
include INSTALL
include CHANGELOG
# Defining build requirements (numpy)
include pyproject.toml
#Sphinx docs and source
graft Doc/build/html
include Doc/Makefile
graft Doc/source
include Doc/build/latex/SpacePy.pdf
#Data. Despite distutils docs, package_data not auto-included.
graft spacepy/data
graft spacepy/pybats/sample_data
#C and Fortan sources, not in extension modules
graft spacepy/irbempy/irbem-lib-*
include spacepy/libspacepy/*.h
include spacepy/libspacepy/*.c
include spacepy/pybats/ctrace2dtest.c
#Tests
graft tests
prune tests/htmlcov
#Scripts. Not installing right now but handy
include scripts/*.py
#Cruft to keep out
recursive-exclude * *.o *.pyc *~ *.bak
recursive-exclude spacepy realtime.*