Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeletalDemise committed May 1, 2021
1 parent 990bb06 commit a0c428c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/setup.py
Expand Up @@ -14,9 +14,9 @@
setup(
long_description=readme,
name="name-that-hash",
version="0.6.0",
description="The Modern Hash Identifcation System",
python_requires="==3.*,>=3.7.0",
version="1.7.2",
description="The Modern Hash Identification System",
python_requires="==3.*,>=3.6.0",
author="brandon",
author_email="brandon@skerritt.blog",
license="GPL-3.0-or-later",
Expand All @@ -26,9 +26,9 @@
"name-that-hash = name_that_hash.runner:main",
]
},
packages=["Name_That_Hash"],
packages=["name_that_hash"],
package_dir={"": "."},
package_data={},
install_requires=["click==7.*,>=7.1.2", "loguru==0.*,>=0.5.3", "rich==9.*,>=9.9.0"],
extras_require={"dev": ["pytest==5.*,>=5.2.0"]},
install_requires=["click==7.*,>=7.1.2", "rich<11.0,>=9.9"],
extras_require={"dev": ["pytest==6.*,>=6.2.0"]},
)

0 comments on commit a0c428c

Please sign in to comment.