diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..bbff137 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,14 @@ +[metadata] +description-file = README.md + +[zest.releaser] +tag-format = v{version} + +[check-manifest] +ignore = + tests/* + tests/*/* + tests/*/*/* + tests/*/*/*/* + .gitlab-ci.yml +