Added
Link Here
|
1 |
--- setup.cfg.orig 2019-10-05 19:50:42 UTC |
2 |
+++ setup.cfg |
3 |
@@ -1,10 +1,10 @@ |
4 |
[metadata] |
5 |
name = jschema_to_python |
6 |
author = Microsoft Corporation |
7 |
-author-email = v-lgold@microsoft.com |
8 |
+author_email = v-lgold@microsoft.com |
9 |
summary = Generate source code for Python classes from a JSON schema. |
10 |
-home-page = https://github.com/microsoft/jschema-to-python |
11 |
-description-file = README.rst |
12 |
+home_page = https://github.com/microsoft/jschema-to-python |
13 |
+description_file = README.rst |
14 |
license = MIT |
15 |
classifier = |
16 |
Development Status :: 5 - Production/Stable |
17 |
@@ -25,4 +25,4 @@ install_requires = |
18 |
|
19 |
[files] |
20 |
packages = |
21 |
- jschema_to_python |
22 |
\ No newline at end of file |
23 |
+ jschema_to_python |