Update metadata
This commit is contained in:
parent
c145234c4a
commit
ef30e59dc5
@ -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.
|
* [gitea](https://github.com/saces/maugitea) - A Gitea client and webhook receiver.
|
||||||
* [twilio](https://github.com/jeffcasavant/MaubotTwilio) - Maubot-based SMS bridge
|
* [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.
|
* [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
|
Open a pull request or join the Matrix room linked above to get your plugin listed here
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
psycopg2-binary>=2,<3
|
psycopg2-binary>=2,<3
|
||||||
|
|
||||||
#/e2be
|
#/e2be
|
||||||
asyncpg>=0.20,<0.21
|
asyncpg>=0.20,<0.22
|
||||||
python-olm>=3,<4
|
python-olm>=3,<4
|
||||||
pycryptodome>=3,<4
|
pycryptodome>=3,<4
|
||||||
unpaddedbase64>=1,<2
|
unpaddedbase64>=1,<2
|
||||||
|
2
setup.py
2
setup.py
@ -47,13 +47,11 @@ setuptools.setup(
|
|||||||
"Framework :: AsyncIO",
|
"Framework :: AsyncIO",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
maubot=maubot.__main__:main
|
|
||||||
mbc=maubot.cli:app
|
mbc=maubot.cli:app
|
||||||
""",
|
""",
|
||||||
data_files=[
|
data_files=[
|
||||||
|
Loading…
Reference in New Issue
Block a user