Skip to content

Commit 1cbf88e

Browse files
committed
Rename and add badges
1 parent 2125bd2 commit 1cbf88e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setuptools.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",
99
author_email="[email protected]",
1010

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

0 commit comments

Comments
 (0)