Skip to content

Commit

Permalink
included MANIFEST.in to remove tests during dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 6, 2024
1 parent c299e5b commit b6a0cfe
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
#
# Use .add_data_files and .add_data_dir methods in a appropriate
# setup.py files to include non-python files such as documentation,
# data, etc files to distribution. Avoid using MANIFEST.in for that.
#
include MANIFEST.in
include LICENSE
include INSTALL
include README.rst
include KNOWN_BUGS
include THANKS.txt

include install.sh
include requires.txt

include cgat/Components/*.h
include cgat/Components/*.cpp
include cgat/NCL/*.h
include cgat/NCL/*.pxd
include cgat/NCL/intervaldb.c
include cgat/Components/connected_components.h
include cgat/Components/connected_components.cpp
exclude cgat/Components/Components.cpp
include cgat/BamTools/*.pyx
include cgat/VCFTools/*.pyx
recursive-exclude tests *

0 comments on commit b6a0cfe

Please sign in to comment.