We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9260b3e commit 344e6f0Copy full SHA for 344e6f0
MANIFEST.in
@@ -1,5 +1,6 @@
1
include README.rst
2
include LICENSE
3
include CHANGELOG.rst
4
+include CONTRIBUTORS.rst
5
recursive-include tests *
6
recursive-include docs *
format.sh
@@ -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
0 commit comments