Include documentation in manifest and update rel version

This commit is contained in:
Alexandru Cheltuitor 2021-05-28 10:27:26 +01:00
parent e288eeb8b0
commit 0ca13cd3b4
No known key found for this signature in database
GPG key ID: 74418CFCDE482CF8
4 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
include LICENSE
include *.txt
include *.md
recursive-include proton *.py
recursive-include proton *.rst

View file

@ -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"

2
debian/changelog vendored
View file

@ -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

View file

@ -1,6 +1,6 @@
%define unmangled_name proton-client
%define version 0.5.1
%define release 1
%define release 2
Prefix: %{_prefix}
@ -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