Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix install requirements, bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evansloan committed Oct 2, 2018
1 parent 6f0eeb5 commit fbebfa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='sports.py',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
version='2.0.2',
version='2.0.3',
description='A simple Python package to gather live sports scores',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -23,8 +23,8 @@
author='Evan Sloan',
author_email='evansloan082@gmail.com',
url='https://github.com/evansloan/sports.py',
download_url='https://github.com/evansloan/sports.py/archive/v2.0.2.tar.gz',
download_url='https://github.com/evansloan/sports.py/archive/v2.0.3.tar.gz',
keywords=['sports', 'scores', 'live scores', 'hockey', 'basketball', 'baseball', 'football'],
install_requires=['requests', 'bs4'],
install_requires=['requests', 'bs4', 'defusedxml'],
python_requires='>=3'
)

0 comments on commit fbebfa2

Please sign in to comment.