Skip to content

Commit bc51e87

Browse files
author
Alexandru Cheltuitor
committed
Merge branch 'fix/add-repo-docs' into 'develop'
Update repo documentation: contributing, copying and updated readme See merge request ProtonVPN/linux/proton-python-client!42
2 parents de9bea6 + 0ca13cd commit bc51e87

File tree

7 files changed

+40
-6
lines changed

7 files changed

+40
-6
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contribution Policy
2+
3+
By making a contribution to this project:
4+
5+
1. I assign any and all copyright related to the contribution to Proton Technologies AG;
6+
2. I certify that the contribution was created in whole by me;
7+
3. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it) is maintained indefinitely and may be redistributed with this project or the open source license(s) involved.

COPYING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Copying
2+
3+
Copyright (c) 2021 Proton Technologies AG
4+
5+
Python Proton Client is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
Python Proton Client is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with ProtonVPN. If not, see [https://www.gnu.org/licenses](https://www.gnu.org/licenses/).

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include LICENSE
22
include *.txt
3+
include *.md
34
recursive-include proton *.py
45
recursive-include proton *.rst

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
Proton API Python Client
2-
=============
1+
# Proton API Python Client
2+
3+
Copyright (c) 2021 Proton Technologies AG
4+
5+
This repository holds the Proton Python Client.
6+
For licensing information see [COPYING](COPYING.md).
7+
For contribution policy see [CONTRIBUTING](CONTRIBUTING.md).
8+
9+
## Description
10+
The Python Proton Client is intended for every Proton service user.
11+
12+
You can download the latest stable release, either from our official repositories or directly on the [official GitHub repository](https://github.com/ProtonMail/proton-python-client/releases/latest).
313

414
## Dependencies
515
| **Python** | **Debian** | **Fedora** | **Arch** |

arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Proton Technologies AG <opensource@proton.me>
22
pkgname=python-proton-client
33
pkgver=0.5.1
4-
pkgrel=1
4+
pkgrel=2
55
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
66
arch=("any")
77
url="https://github.com/ProtonMail/proton-python-client"

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
proton-python-client (0.5.1-1) unstable; urgency=medium
1+
proton-python-client (0.5.1-2) unstable; urgency=medium
22

33
* Add new exceptions for improved case handling
44

rpmbuild/SPECS/python3-proton-client.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define unmangled_name proton-client
22
%define version 0.5.1
3-
%define release 1
3+
%define release 2
44

55
Prefix: %{_prefix}
66

@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
4848
%defattr(-,root,root)
4949

5050
%changelog
51-
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
51+
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-2
5252
- Add new exceptions for improved case handling
5353

5454
* Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1

0 commit comments

Comments
 (0)