forked from cimm-kzn/CGRtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
36 lines (29 loc) · 807 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
36 lines (29 loc) · 807 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
31
32
33
34
35
36
# Include documentation and license files
include README.rst
include LICENSE
include readthedocs.yml
# Include INCHI library files
include INCHI/libinchi.so
include INCHI/libinchi.dll
include INCHI/LICENCE
include INCHI/readme.txt
# Include Cython source files
include CGRtools/containers/_unpack.pyx
# Include package data files
include CGRtools/algorithms/calculate2d/clean2d.js
# Include test files
recursive-include test *.sdf *.rdf *.xyz *.rxn *.mrv *.txt
# Include documentation
recursive-include doc *.rst *.py *.ipynb
# Include clean2d build files
recursive-include clean2d *.json *.js README
# Exclude build artifacts
global-exclude *.pyc
global-exclude *.pyo
global-exclude __pycache__
global-exclude *.so
global-exclude *.c
prune build
prune dist
prune CGRtools.egg-info
prune __pycache__