Skip to content

Commit

Permalink
Fix typing annoyance + update docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Jan 9, 2022
1 parent 02a042f commit e3286bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chatto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
__version__ = "0.4.2"
__description__ = "A unified API wrapper for YouTube and Twitch chat bots."
__url__ = "https://github.com/parafoxia/chatto"
__docs__ = "https://chatto.readthedocs.io/en/latest"
__docs__ = "https://parafoxia.github.io/chatto/chatto/"
__author__ = "Ethan Henderson"
__author_email__ = "ethan.henderson.1998@gmail.com"
__license__ = "BSD 3-Clause 'New' or 'Revised' License"
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def tests(session: nox.Session) -> None:
)
session.run("coverage", "report", "-mi")
os.remove("CALLBACK")
os.remove("test.log")


@nox.session(reuse_venv=True)
Expand Down

0 comments on commit e3286bd

Please sign in to comment.