Fix some lingering matrix-reminder-bot refs
This commit is contained in:
parent
af22f00868
commit
049925642e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import sys
|
||||||
|
|
||||||
# Check that we're not running on an unsupported Python version.
|
# Check that we're not running on an unsupported Python version.
|
||||||
if sys.version_info < (3, 5):
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.0.1"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
||||||
name="my-project-name",
|
name="my-project-name",
|
||||||
version=version,
|
version=version,
|
||||||
url="https://github.com/anoadragon453/nio-template",
|
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.*"]),
|
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"matrix-nio[e2e]>=0.10.0",
|
"matrix-nio[e2e]>=0.10.0",
|
||||||
|
|
Loading…
Reference in a new issue