From 43ea52850f0fa16a906192ffbce8a35233bf750b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 25 Aug 2017 15:10:48 +0300 Subject: [PATCH] Long description in package metadata --- NEWS | 3 +++ VERSION | 2 +- setup.py | 1 + www.texi | 3 +++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f9ea7d6..a0a8648 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +3.5: + Dummy release: added long description in package metadata. + 3.4: Small mypy stubs related fixes. diff --git a/VERSION b/VERSION index 2f4b607..5a95802 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4 +3.5 diff --git a/setup.py b/setup.py index 3f0d1c3..accf9d1 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ setup( name="pygost", version=version, description="Pure Python GOST cryptographic functions library", + long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org", url="http://pygost.cypherpunks.ru/", diff --git a/www.texi b/www.texi index a024934..4a9883d 100644 --- a/www.texi +++ b/www.texi @@ -92,6 +92,9 @@ mailing list. Announcements also go to this mailing list. @unnumbered News @table @strong +@item 3.5 +Dummy release: added long description in package metadata. + @item 3.4 Small mypy stubs related fixes. -- 2.44.0