1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 13:10:31 -04:00
ports/devel/py-jschema-to-python/files/patch-setup.cfg
Norikatsu Shigemura cdc4f39401 devel/py-jschema-to-python: New Port: Generate Python classes from a JSON schema
Add a new port, py-jschema-to-python is to generate Python classes from
a JSON schema.

 - Author becomes maintainer

PR:		264362
2022-06-09 23:13:51 +01:00

16 lines
581 B
INI

--- setup.cfg.orig 2022-06-09 13:30:24 UTC
+++ setup.cfg
@@ -1,10 +1,10 @@ author = Microsoft Corporation
[metadata]
name = jschema_to_python
author = Microsoft Corporation
-author-email = v-lgold@microsoft.com
+author_email = v-lgold@microsoft.com
summary = Generate source code for Python classes from a JSON schema.
-home-page = https://github.com/microsoft/jschema-to-python
-description-file = README.rst
+home_page = https://github.com/microsoft/jschema-to-python
+description_file = README.rst
license = MIT
classifier =
Development Status :: 5 - Production/Stable