mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Add a new port, py-jschema-to-python is to generate Python classes from a JSON schema. - Author becomes maintainer PR: 264362
16 lines
581 B
INI
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
|