setup.cfg 799 B

1234567891011121314151617181920212223242526272829303132
  1. [metadata]
  2. name = protoc-gen-validate
  3. version = 0.4.2
  4. author = Envoyproxy
  5. author_email = dev@lyft.com
  6. description = PGV for python via just-in-time code generation
  7. long_description = file: README.md
  8. long_description_content_type = text/markdown
  9. url = https://github.com/envoyproxy/protoc-gen-validate
  10. license_files = LICENSE
  11. classifiers =
  12. Programming Language :: Python :: 3
  13. Programming Language :: Python :: 3 :: Only
  14. Programming Language :: Python :: 3.6
  15. Programming Language :: Python :: 3.7
  16. Programming Language :: Python :: 3.8
  17. [options]
  18. packages = find:
  19. install_requires =
  20. validate-email>=1.3
  21. Jinja2>=2.11.1
  22. protobuf>=3.6.1
  23. python_requires = >=3.6
  24. [options.data_files]
  25. data = validate.proto
  26. [flake8]
  27. max-line-length = 120
  28. ignore =
  29. F401 # unused imports