Skip to content

Commit

Permalink
added templates to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikikuzi committed Mar 18, 2024
1 parent bb53ec1 commit cfd8131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# MANIFEST.in

include pygqlmap/config.ini
include pygqlmap/config.ini
recursive-include codegen/templates *
2 changes: 0 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ gqldataclass generate ./pathToOutputFolder -apiArgs ./<pathToArgsFile>/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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected], [email protected]',
Expand Down

0 comments on commit cfd8131

Please sign in to comment.