From ef30e59dc53b4e9d6007dec2cb6bd5e9fa197bf8 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 4 Oct 2020 14:06:41 +0300 Subject: [PATCH] Update metadata --- README.md | 4 ++++ optional-requirements.txt | 2 +- setup.py | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91fa801..82cd574 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net) * [gitea](https://github.com/saces/maugitea) - A Gitea client and webhook receiver. * [twilio](https://github.com/jeffcasavant/MaubotTwilio) - Maubot-based SMS bridge * [tmdb](https://codeberg.org/lomion/tmdb-bot) - A bot that posts information about movies fetched from TheMovieDB.org. +* [tex](https://github.com/maubot/tex) - A bot that renders LaTeX. +* [altalias](https://github.com/maubot/altalias) - A bot that lets users publish alternate aliases in rooms. +* [satwcomic](https://github.com/maubot/satwcomic) - A bot to view SatWComics. +* [songwhip](https://github.com/maubot/songwhip) - A bot to post Songwhip links. Open a pull request or join the Matrix room linked above to get your plugin listed here diff --git a/optional-requirements.txt b/optional-requirements.txt index ffbf672..ab4c3b1 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -5,7 +5,7 @@ psycopg2-binary>=2,<3 #/e2be -asyncpg>=0.20,<0.21 +asyncpg>=0.20,<0.22 python-olm>=3,<4 pycryptodome>=3,<4 unpaddedbase64>=1,<2 diff --git a/setup.py b/setup.py index c2cc680..841925d 100644 --- a/setup.py +++ b/setup.py @@ -47,13 +47,11 @@ setuptools.setup( "Framework :: AsyncIO", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], entry_points=""" [console_scripts] - maubot=maubot.__main__:main mbc=maubot.cli:app """, data_files=[