Skip to content

Commit

Permalink
Merge branch 'fix/add-repo-docs' into 'develop'
Browse files Browse the repository at this point in the history
Update repo documentation: contributing, copying and updated readme

See merge request ProtonVPN/linux/proton-python-client!42
  • Loading branch information
Alexandru Cheltuitor committed May 28, 2021
2 parents de9bea6 + 0ca13cd commit bc51e87
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contribution Policy

By making a contribution to this project:

1. I assign any and all copyright related to the contribution to Proton Technologies AG;
2. I certify that the contribution was created in whole by me;
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.
16 changes: 16 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Copying

Copyright (c) 2021 Proton Technologies AG

Python Proton Client is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Python Proton Client is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ProtonVPN. If not, see [https://www.gnu.org/licenses](https://www.gnu.org/licenses/).
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE
include *.txt
include *.md
recursive-include proton *.py
recursive-include proton *.rst
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Proton API Python Client
=============
# Proton API Python Client

Copyright (c) 2021 Proton Technologies AG

This repository holds the Proton Python Client.
For licensing information see [COPYING](COPYING.md).
For contribution policy see [CONTRIBUTING](CONTRIBUTING.md).

## Description
The Python Proton Client is intended for every Proton service user.

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).

## Dependencies
| **Python** | **Debian** | **Fedora** | **Arch** |
Expand Down
2 changes: 1 addition & 1 deletion arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Proton Technologies AG <opensource@proton.me>
pkgname=python-proton-client
pkgver=0.5.1
pkgrel=1
pkgrel=2
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
arch=("any")
url="https://github.com/ProtonMail/proton-python-client"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
proton-python-client (0.5.1-1) unstable; urgency=medium
proton-python-client (0.5.1-2) unstable; urgency=medium

* Add new exceptions for improved case handling

Expand Down
4 changes: 2 additions & 2 deletions rpmbuild/SPECS/python3-proton-client.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define unmangled_name proton-client
%define version 0.5.1
%define release 1
%define release 2

Prefix: %{_prefix}

Expand Down Expand Up @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)

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

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

0 comments on commit bc51e87

Please sign in to comment.