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
30 lines (23 loc) · 783 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
30 lines (23 loc) · 783 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
27
28
29
30
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
# windows dynamic libraries
include pyscf/lib/*.dll
include pyscf/lib/deps/bin/*.dll
include pyscf/geomopt/log.ini
include pyscf/gto/basis/bse_meta.json
# CP2K basis set
include pyscf/pbc/gto/basis/*BASIS*
include pyscf/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