diff --git a/setup.cfg b/setup.cfg index 9f5cdc6..3b62d24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ -[flake8] -max-line-length = 100 -exclude = .git,__pycache__,build,dist,.eggs +[metadata] +name = json-to-openapi +version = 1.0.0 + +[options] +packages = find: