setup.py: Fix the incorrect project URL.

This commit is contained in:
Damir Jelić 2019-03-28 17:09:17 +01:00
parent a1fadbb867
commit b606ebda25

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name="pantalaimon",
version="0.1",
url="https://github.com/poljar/pantalaimon",
url="https://github.com/matrix-org/pantalaimon",
author="The Matrix.org Team",
author_email="poljar@termina.org.uk",
description=("A Matrix proxy daemon that adds E2E encryption "