forked from pyscf/pyscf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
26 lines (20 loc) · 705 Bytes
/
MANIFEST.in
File metadata and controls
26 lines (20 loc) · 705 Bytes
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
include MANIFEST.in
include README.md setup.py CHANGELOG AUTHORS LICENSE NOTICE
recursive-include pyscf *.dat
recursive-include pyscf/lib/deps *.so
include pyscf/lib/*.so pyscf/lib/config.h.in
# macos dynamic libraries
include pyscf/lib/*.dylib
include pyscf/lib/deps/lib*/libcint.[4-9].dylib
include pyscf/lib/deps/lib*/libxc.*.dylib
include pyscf/lib/deps/lib*/libxcfun.[2-9].dylib
include pyscf/geomopt/log.ini
include pyscf/gto/basis/bse_meta.json
# CP2K basis set
include pyscf/lib/pbc/gto/basis/*BASIS*
include pyscf/lib/pbc/gto/pseudo/*POTENTIAL*
# source code
recursive-include pyscf/lib *.c *.h CMakeLists.txt
recursive-exclude pyscf/lib *.cl
global-exclude *.py[cod]
prune pyscf/lib/build