mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
README: Update the readme to the current pantalaimon version.
This commit is contained in:
parent
160fbbaf98
commit
6a578c95b6
2 changed files with 60 additions and 11 deletions
5
setup.py
5
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue