]> Cypherpunks.ru repositories - pygost.git/commitdiff
Long description in package metadata
authorSergey Matveev <stargrave@stargrave.org>
Fri, 25 Aug 2017 12:10:48 +0000 (15:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Dec 2018 10:00:17 +0000 (13:00 +0300)
NEWS
VERSION
setup.py
www.texi

diff --git a/NEWS b/NEWS
index f9ea7d6a0dffefb88a329f0d60b557423c7a18e0..a0a864831b744c12edd43cd84e8c073d3938ccb2 100644 (file)
--- 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 2f4b60750dc3500b0e4cf08f316a960a7ca42b40..5a958026daa3208cb329c403433beb56abd5c036 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4
+3.5
index 3f0d1c38a58990478a3b42bc8e9765541744d89b..accf9d13f61faed10e19ac37f63881b031854f91 100644 (file)
--- 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/",
index a0249345da7434d0135eab65661b38e9984ce194..4a9883dca3b04972fcc5763e218a1703f32b8b9e 100644 (file)
--- 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.