forked from webrecorder/pywb
-
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.
Fixes webrecorder#558
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
include LICENSE | ||
include *.rst | ||
include *requirements.txt | ||
include *.yaml | ||
include *.yml | ||
include .gitmodules | ||
include .dockerignore | ||
include Dockerfile | ||
include Vagrantfile | ||
include uwsgi.ini | ||
include run-tests.py | ||
include *.sh | ||
recursive-include static *.js | ||
recursive-include pywb *.ini | ||
recursive-include pywb *.md | ||
recursive-include pywb *.py | ||
recursive-include pywb *.yaml | ||
recursive-include sample_archive *.aclj | ||
recursive-include tests *.po | ||
recursive-include tests *.yaml | ||
recursive-include tests_disabled *.py | ||
recursive-include tests_disabled *.yaml | ||
recursive-include docs *.bat | ||
recursive-include docs *.py | ||
recursive-include docs *.rst | ||
recursive-include docs Makefile |