-
Notifications
You must be signed in to change notification settings - Fork 42
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
1 changed file
with
7 additions
and
3 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,13 +1,17 @@ | ||
include CODE_OF_CONDUCT.md | ||
include README.md | ||
include LICENSE | ||
include environment_python_3_5.yml | ||
include environment_python_3_6.yml | ||
include CHANGES.rst | ||
include environment_python_3_7.yml | ||
include environment_python_3_8.yml | ||
include setup.py | ||
include requirements.txt | ||
include rtd_requirements.txt | ||
include jwql/example_config.json | ||
|
||
recursive-include notebooks * | ||
recursive-include style_guide * | ||
recursive-include typing_demo * | ||
recursive-include jwql/database/monitor_table_definitions *.txt | ||
|
||
exclude *.pyc | ||
exclude *.pyc |