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:24:29 +00:00
parent 9260b3e9d6
commit 344e6f0a95
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_ods -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_ods
black -l 79 tests