forked from MDAnalysis/mdanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04b7258
commit 957b263
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
include src/dcd/* | ||
include src/dcd/include/* | ||
include src/numtools/* | ||
include src/KDTree/* | ||
include src/xdrfile/* | ||
include src/pyqcprot/* | ||
include src/transformations/* | ||
global-include *.pyx | ||
global-include *.pxd | ||
global-include *.c | ||
global-include *.h | ||
include MDAnalysis/coordinates/xdrfile/src/* | ||
include MDAnalysis/lib/src/pyqcprot/* | ||
include MDAnalysis/lib/src/transformations/* | ||
recursive-include doc * | ||
include README INSTALL CHANGELOG LICENSE AUTHORS TODO SUMMARY.txt | ||
include ez_setup.py setup.py setup.cfg.template | ||
include README INSTALL CHANGELOG LICENSE AUTHORS SUMMARY.txt | ||
include setup.py | ||
recursive-include examples * | ||
global-exclude *.pyc | ||
global-exclude *.pyo | ||
global-exclude *.pyd |