Update metadata

This commit is contained in:
Tulir Asokan 2020-10-04 14:06:41 +03:00
parent c145234c4a
commit ef30e59dc5
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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=[