Skip to content

Commit

Permalink
fix: keywords and make dependencies upon to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rijulg committed Feb 3, 2024
1 parent 4b97f8a commit 93da8ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
author="Rijul Gupta",
author_email="[email protected]",
url="https://github.com/rijulg/svd-downloader",
keywords=["Class Based", "CLI", "Argparse"],
keywords=["Downloader", "SVD", "Disordered Voice Database"],
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"dask==2024.1.1",
"beautifulsoup4==4.12.3",
"requests==2.31.0",
"dask>=2024.1.1",
"beautifulsoup4>=4.12.3",
"requests>=2.31.0",
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 93da8ce

Please sign in to comment.