Skip to content

Commit

Permalink
Plz fix
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Aug 23, 2023
1 parent d33ee09 commit 6e937ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="sport80",
version="2.2.2",
version="2.2.3",
description="Python API interface for the Sport80 sites",
long_description='Intentionally empty',
url="https://github.com/euanwm/sport80_api",
Expand All @@ -13,7 +13,6 @@
install_requires=["requests",
"beautifulsoup4",
"js2py"],
classifiers=["Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"],
classifiers=["Programming Language :: Python :: 3.11"],
python_requires='>=3.8'
)

0 comments on commit 6e937ad

Please sign in to comment.