-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also adds some helper scripts for the sync process Closes #43
- Loading branch information
Showing
25 changed files
with
1,733 additions
and
459 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 |
---|---|---|
|
@@ -11,3 +11,7 @@ MANIFEST | |
.coverage | ||
coverage.xml | ||
htmlcov/ | ||
|
||
# Patching output files | ||
*.orig | ||
*.rej |
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,5 +1,5 @@ | ||
include *.py *.cfg *.txt *.rst *.md *.ini MANIFEST.in dev/mypy.allowlist | ||
include *.py *.cfg *.txt *.rst *.md *.ini MANIFEST.in | ||
recursive-include contextlib2 *.py *.pyi py.typed | ||
recursive-include docs *.rst *.py make.bat Makefile | ||
recursive-include test *.py | ||
recursive-include dev *.patch | ||
recursive-include dev *.patch *.allowlist *.sh |
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
Oops, something went wrong.