mirror of
https://github.com/openmm/openmm
synced 2026-06-03 06:39:48 +09:00
* Top level Python module is now "openmm" * Updated module names in examples * Updated module names in documentation * Updated module in CI scripts * Added deprecation warning
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
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
|
|
|