Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikikuzi committed Mar 18, 2024
1 parent 7bd6e0d commit bb53ec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{ name="Mikita Kuzniatsou", email="[email protected]" },
{ name="Alex Dap", email="[email protected]" },
]
readme = "README.md"
readme = "README.MD"
keywords = ["python", "graphql", "mapping", "dataclass"]
license = { file = "LICENSE" }
requires-python = ">=3.10"
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
from setuptools import setup

from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.MD").read_text()
setup(
name='gqldataclass',
version='1.0.1',
url='https://github.com/nikikuzi/graphql-dataclass/tree/1.0.0',
author='Mikita Kuzniatsou, Alex Dap',
author_email='[email protected], [email protected]',
description='A python library to generate dataclasses for GraphQL types',
long_description=long_description,
include_package_data=True,
packages=['pygqlmap', 'pygqlmap.src', 'codegen', 'codegen.src', 'codegen.src.templates'],
data_files=[('', ['pygqlmap/config.ini'])],
Expand Down

0 comments on commit bb53ec1

Please sign in to comment.