Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit ff12ed8

Browse files
author
Alexandru Cheltuitor
committed
Add text/markdown in setup.py
1 parent 3ac008e commit ff12ed8

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [v2.2.11](#v2211)
56
- [v2.2.10](#v2210)
67
- [v2.2.7](#v227)
78
- [v2.2.6](#v226)
@@ -17,11 +18,17 @@
1718
- [v2.0.0](#v200)
1819
- [v0.1.0](#v010)
1920

21+
## v2.2.11
22+
23+
- Fix: Include README in setup.py config
24+
25+
2026
## v2.2.10
2127

2228
- Fix: User-Agent format
2329
- Fix: Version update messages and README
2430

31+
2532
## v2.2.7
2633

2734
- Enhancement: Add User-Agent to API requests

protonvpn_cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
1919
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
2020
CLIENT_SUFFIX = "plc" # ProtonVPN Linux Community
21-
VERSION = "2.2.10"
21+
VERSION = "2.2.11"

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
entry_points={
3030
"console_scripts": ["protonvpn = protonvpn_cli.cli:main"]
3131
},
32+
include_package_data=True,
3233
version=version,
3334
description="Linux command-line client for ProtonVPN",
3435
long_description=long_descr,
36+
long_description_content_type="text/markdown",
3537
author="Proton Technologies AG",
3638
author_email="contact@protonvpn.com",
3739
license="GPLv3",

0 commit comments

Comments
 (0)