-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run `pre-commit autoupdate` Run `pre-commit run -a` across all files Update MANIFEST.in for anyone using setup.py build (not sure if it will be used any more). Update release instructions in README.rst
- Loading branch information
1 parent
9a704f5
commit 9fde3d4
Showing
7 changed files
with
111 additions
and
88 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
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 +1 @@ | ||
python 3.9.6 3.10.0b3 3.8.7 3.7.9 3.6.12 | ||
python 3.9.6 3.10.0 3.8.7 3.7.9 3.6.12 pypy3.7-7.3.7 |
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,2 +1,13 @@ | ||
recursive-include iso8601 *.py | ||
include README.rst LICENSE tox.ini setup.py *requirements.txt | ||
recursive-include docs * | ||
include .editorconfig | ||
include .envrc | ||
include .gitignore | ||
include .pre-commit-config.yaml | ||
include .tool-versions | ||
include LICENSE | ||
include noxfile.py | ||
include poetry.lock | ||
include pyproject.toml | ||
include README.rst | ||
include setup.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
Oops, something went wrong.