-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
24 additions
and
19 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,24 +1,17 @@ | ||
include setup.py | ||
include README.md | ||
include LICENSE | ||
include *.txt | ||
include MANIFEST.in | ||
|
||
# All source files | ||
recursive-include rdatasets * | ||
|
||
# Add build and testing tools | ||
include pytest.ini | ||
|
||
# Exclude what we don't want to include | ||
prune build | ||
prune dist | ||
prune doc/build | ||
prune util | ||
prune */__pycache__ | ||
prune rdatasets_orig | ||
prune convertCSVtoPickle.py | ||
prune convertHTMLtoPickle.py | ||
|
||
global-exclude *.py[cod] *.egg *.egg-info | ||
global-exclude *~ *.bak *.swp | ||
exclude .gitignore | ||
exclude .gitmodules | ||
exclude .pre-commit-config.yaml | ||
exclude .flake8 | ||
recursive-exclude */__pycache__ | ||
recursive-exclude * *.py[co] | ||
prune rdatasets_orig/ | ||
exclude convertCSVtoPickle.py | ||
exclude convertHTMLtoPickle.py |
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
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