This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2020-08-23 00:23:39 +00:00
parent e4870b0a74
commit 82b5759610
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
include README.rst
include LICENSE
include CHANGELOG.rst
include CONTRIBUTORS.rst
recursive-include tests *
recursive-include docs *

3
format.sh Normal file
View File

@ -0,0 +1,3 @@
isort $(find pyexcel_xls -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_xls
black -l 79 tests