Fix some lingering matrix-reminder-bot refs

This commit is contained in:
Andrew Morgan 2020-08-11 17:37:54 -07:00
parent af22f00868
commit 049925642e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import sys
# Check that we're not running on an unsupported Python version.
if sys.version_info < (3, 5):
print("matrix_reminder_bot requires Python 3.5 or above.")
print("my_project_name requires Python 3.5 or above.")
sys.exit(1)
__version__ = "0.0.1"

View file

@ -28,7 +28,7 @@ setup(
name="my-project-name",
version=version,
url="https://github.com/anoadragon453/nio-template",
description="A matrix bot to remind you about things!",
description="A matrix bot to do amazing things!",
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"matrix-nio[e2e]>=0.10.0",