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 7ffd09b commit f3a888b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ readme = "README.md"
keywords = ["python", "graphql", "mapping", "dataclass"]
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = ['clean-py==0.5']
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
include_package_data=True,
packages=['pygqlmap', 'pygqlmap.src', 'codegen', 'codegen.src', 'codegen.src.templates'],
data_files=[('', ['pygqlmap/config.ini'])],
install_requires=['clean-py==0.5'],
python_requires='>=3.10',
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit f3a888b

Please sign in to comment.