Merge pull request #299 from jazzband/sort-manifest

This commit is contained in:
Brian Helba 2021-10-25 09:26:10 -04:00 committed by GitHub
commit a5542b2bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
include README.rst
include CONTRIBUTING.md
include .pre-commit-config.yaml
include AUTHORS
include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include LICENSE
include README.rst
include tox.ini
recursive-include tests *
recursive-include docs *
recursive-include test_project *
include LICENSE
include .pre-commit-config.yaml
include CODE_OF_CONDUCT.md
recursive-include tests *