Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RLAlpha49 authored Jun 18, 2024
1 parent 31e6bb8 commit f8f9382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.2"
description = "API wrapper for AniManga sites such as Anilist, MyAnimeList, Kitsu."
authors = [{ name = "RLAlpha49", email = "RLAlpha49 <[email protected]>"}]
readme = "README.md"
requires-python = ">3.9"
requires-python = ">3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -65,4 +65,4 @@ max-line-length = 120

[tool.pylint]
max-line-length = 120
disable = "too-few-public-methods,missing-module-docstring,invalid-name,R0801"
disable = "too-few-public-methods,missing-module-docstring,invalid-name,R0801"

0 comments on commit f8f9382

Please sign in to comment.