Skip to content

Commit

Permalink
feat: launching v0.1.1 after fixing pkg setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoPanini committed Sep 13, 2023
1 parent ff6f47c commit 5cd005d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Empty file added nbaflow/__init__.py
Empty file.
Empty file added nbaflow/utils/__init__.py
Empty file.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
# Setting up package information
setup(
name='nbaflow',
version='0.1.0',
version='0.1.1',
author='Thiago Panini',
author_email='[email protected]',
packages=find_packages(),
install_requires=[
"nba_api"
"nba_api",
"pandas"
],
license='MIT',
description="Making it easier to extract and analyse NBA data.",
description="Making it easier to extract and analyze NBA data.",
long_description=__long_description__,
long_description_content_type="text/markdown",
url='https://github.com/ThiagoPanini/nbaflow',
Expand Down

0 comments on commit 5cd005d

Please sign in to comment.