Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FranGoitia committed Feb 19, 2021
1 parent de32c70 commit cca1f66
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@

setup(
name="statsbombpy",
version="0.1",
version="0.2",
description="easily stream StatsBomb data into Python",
long_description="easily stream StatsBomb data into Python",
url="https://github.com/statsbomb/statsbombpy",
download_url="https://github.com/statsbomb/statsbombpy/archive/v0.2.tar.gz",
author="StatsBomb",
author_email="[email protected]",
packages=["statsbombpy"],
install_requires=["cashier", "inflect", "nose2", "pandas", "requests", "requests-cache"],
install_requires=[
"cashier",
"inflect",
"nose2",
"pandas",
"requests",
"requests-cache",
],
)

0 comments on commit cca1f66

Please sign in to comment.