File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ mautrix-appservice-python
2+ =========================
3+
4+ |PyPI badge | |Python versions | |License |
5+
6+ A Python 3 asyncio-based Matrix application service framework.
7+
8+ .. |PyPI badge | image :: https://img.shields.io/pypi/v/mautrix-appservice.svg
9+ :target: https://pypi.python.org/pypi/mautrix-appservice
10+ .. |Python versions | image :: https://img.shields.io/pypi/pyversions/mautrix-appservice.svg
11+ .. |License | image :: https://img.shields.io/github/license/tulir/mautrix-appservice.svg
12+ :target: https://github.com/tulir/mautrix-appservice-python/blob/master/LICENSE
Original file line number Diff line number Diff line change 33setuptools .setup (
44 name = "mautrix-appservice" ,
55 version = "0.1.0" ,
6- url = "https://github.com/tulir/mautrix-appservice" ,
6+ url = "https://github.com/tulir/mautrix-appservice-python " ,
77
88 author = "Tulir Asokan" ,
991010
1111 description = "A Python 3 asyncio-based Matrix application service framework." ,
12- long_description = open ("README.md " ).read (),
12+ long_description = open ("README.rst " ).read (),
1313
1414 packages = setuptools .find_packages (),
1515
You can’t perform that action at this time.
0 commit comments