MANIFEST.in 346 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
include setup.py
include *.py
include *.txt
global-include README
recursive-include simtk     *.txt *.py
recursive-include OpenMM    *.txt *.py *.so *.dll *.lib *.dylib *.h
recursive-include src       *.txt *.py *.i *.c *.cxx *.h *.sh Doxyfile
prune src/swig_doxygen/doxygen/html
prune src/swig_doxygen/doxygen/xml
global-exclude CMakeLists.txt