Tweak reqs, add rename_category, etc.
This commit is contained in:
8
setup.py
8
setup.py
@ -6,8 +6,8 @@ with open("README.md", "r") as fh:
|
||||
setuptools.setup(
|
||||
name="hamster-tools", # Replace with your own username
|
||||
version="0.0.1",
|
||||
author="Carl van Tonder",
|
||||
author_email="carl@supervacuo.com",
|
||||
author="calix",
|
||||
author_email="3wc.python@doesthisthing.work",
|
||||
description="Manage hamster-time-tracker data",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
@ -23,4 +23,8 @@ setuptools.setup(
|
||||
[console_scripts]
|
||||
hamster-tools=hamstertools:cli
|
||||
''',
|
||||
install_requires=[
|
||||
"click >= 8.0.1",
|
||||
"requests >= 2.25.1",
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user