Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: resolve warnings from unused rules in MANIFEST.in #67

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@ include README.rst
include *.py
include *.txt

include ewah_bool_utils ewah_bool_utils/cpp/*.h
include ewah_bool_utils ewah_bool_utils/cpp/LICENSE
include ewah_bool_utils ewah_bool_utils/cpp/README
include ewah_bool_utils/cpp/*.h
include ewah_bool_utils/cpp/LICENSE
include ewah_bool_utils/cpp/README

recursive-include ewah_bool_utils *.pxd
recursive-include ewah_bool_utils *.pyx
recursive-include tests *

exclude .flake8 .pre-commit-config.yaml
exclude ewah_bool_utils/_testing.cpp
exclude ewah_bool_utils/ewah_bool_wrap.cpp
exclude ewah_bool_utils/morton_utils.c
recursive-exclude * __pycache__
recursive-exclude * .c
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include docs *.rst conf.py Makefile make.bat