forked from prody/ProDy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
25 lines (25 loc) · 708 Bytes
/
MANIFEST.in
File metadata and controls
25 lines (25 loc) · 708 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
include *.rst
include setup.py
include pyproject.toml
include prody/*.py
include prody/*/*.py
include prody/*/*.c
include prody/*/*/*.c
include prody/*/*.cpp
include prody/*/*/*.cpp
include prody/*/*.h
include prody/*/*/*.h
include prody/*/*/*/*.so
include prody/tests/*/*.py
include prody/tests/datafiles/*.coo
include prody/tests/datafiles/*.dcd
include prody/tests/datafiles/*.dat
include prody/tests/datafiles/*.pdb
include prody/tests/datafiles/*.xml
include prody/tests/datafiles/msa*
include prody/utilities/datafiles/*.dat
include prody/utilities/datafiles/*.txt
include scripts/prody*
include scripts/evol*
include prody/protein/tabulated_energies.txt
recursive-include prody/drugui/DruGUI-script *