-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 762 Bytes
/
Copy pathsetup.cfg
File metadata and controls
29 lines (26 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[bumpversion]
current_version = 1.0.5
[metadata]
name = schemagen
version = 1.0.5
author = Faruq Yusuff
author_email = faruqyusuff437@gmail.com
description = A Command line tool for generating Python GraphQL implementations(with Graphene) from GraphQL schema files
license = MIT
keywords = graphql parser codegen
url = https://github.com/GoZaddy/SchemaGen
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Intended Audience :: Developers
[options]
packages = find:
python_requires = >=3.6
install_requires =
antlr4-python3-runtime==4.9.2
autopep8==1.5.6
[options.entry_points]
console_scripts =
schemagen = schemagen:main