README: Update the readme to the current pantalaimon version.

This commit is contained in:
Damir Jelić 2019-05-24 13:48:51 +02:00
parent 160fbbaf98
commit 6a578c95b6
2 changed files with 60 additions and 11 deletions

View file

@ -2,6 +2,9 @@
from setuptools import find_packages, setup
with open('README.md') as f:
long_description = f.read()
setup(
name="pantalaimon",
version="0.1",
@ -10,6 +13,8 @@ setup(
author_email="poljar@termina.org.uk",
description=("A Matrix proxy daemon that adds E2E encryption "
"capabilities."),
long_description=long_description,
long_description_content_type="text/markdown",
license="Apache License, Version 2.0",
packages=find_packages(),
install_requires=[