blob: 148d0943aa726a0d672b6f90f621247f3bbb311e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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
|