Skip to content

Commit 0659342

Browse files
committed
Add description for pypi
Signed-off-by: Samuele Kaplun <kaplun@protonmail.com>
1 parent f0376fe commit 0659342

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

proton/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = "0.4.0"
2+
VERSION = "0.4.1"
33
DEFAULT_TIMEOUT = (10, 30)
44
PUBKEY_HASH_DICT = {
55
"api.protonvpn.ch": [

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[metadata]
2+
long_description = file: README.md
3+
long_description_content_type = text/markdown
4+

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@
33
from setuptools import setup, find_packages
44
from proton.constants import VERSION
55

6-
long_description = """
7-
8-
This package, originally forked from python-srp module implements a simple
9-
wrapper to the Proton Technologies API, abstracting from the SRP authentication.
10-
""" # noqa
11-
126
setup(
137
name="proton-client",
148
version=VERSION,
159
description="Proton Technologies API wrapper",
1610
author="Proton Technologies",
1711
author_email="contact@protonmail.com",
1812
url="https://github.com/ProtonMail/proton-python-client",
19-
long_description=long_description,
2013
install_requires=["requests", "bcrypt", "python-gnupg", "pyopenssl"],
2114
packages=find_packages(),
2215
include_package_data=True,

0 commit comments

Comments
 (0)