From cfd8131a3f1199c0d33c78f0eb40f1899e7b508a Mon Sep 17 00:00:00 2001 From: Mikita Kuzniatsou Date: Tue, 19 Mar 2024 03:15:57 +0400 Subject: [PATCH] added templates to lib --- MANIFEST.in | 3 ++- README.MD | 2 -- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index e87cbd2..148cbba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ # MANIFEST.in -include pygqlmap/config.ini \ No newline at end of file +include pygqlmap/config.ini +recursive-include codegen/templates * \ No newline at end of file diff --git a/README.MD b/README.MD index c797898..5dfae5b 100644 --- a/README.MD +++ b/README.MD @@ -34,8 +34,6 @@ gqldataclass generate ./pathToOutputFolder -apiArgs .//generator This command requires a json file containing the parameters needed to get the GraphQL schema -![image](https://github.com/nikikuzi/graphql-dataclass/blob/develop/docs/cli_args_nutshell.png) - A sample is available in the main folder ['cli_args.json'](https://github.com/nikikuzi/graphql-dataclass/blob/develop/cli_args.json). The following python files will be generated: diff --git a/setup.py b/setup.py index 16a732b..bdba996 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='gqldataclass', - version='1.0.1', + version='1.0.2', url='https://github.com/nikikuzi/graphql-dataclass/tree/1.0.0', author='Mikita Kuzniatsou, Alex Dap', author_email='nikikuzi@gmail.com, shlisi2017@gmail.com',