Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Jun 13, 2023
1 parent c1ebde2 commit 8c48fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pychee/pychee.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from requests import Session

__version__ = '0.2.1'
__version__ = '0.2.2'

class LycheeForbidden(Exception):
"""Raised when the Lychee request is unauthorized."""
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ description = "Client for Lychee, written in Python."
readme = "README.md"
dynamic = ["version"]
license = {file = "LICENSE"}
maintainers = [
{name = "Quentin Duchemin", email = "[email protected]"}
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent"
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries"
]
requires-python = ">=3.7"

Expand Down

0 comments on commit 8c48fc9

Please sign in to comment.