diff options
author | Ben McGinnes <[email protected]> | 2018-02-19 15:45:44 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-02-19 15:45:44 +0000 |
commit | fe4f3edd70949329cb992dd963de2de3c86dcd81 (patch) | |
tree | 603af7c2b7608494d7857133d912111fcd5587c8 | |
parent | History path (diff) | |
download | gpgme-fe4f3edd70949329cb992dd963de2de3c86dcd81.tar.gz gpgme-fe4f3edd70949329cb992dd963de2de3c86dcd81.zip |
Schizophrenic file types
* Removed Markdown style heading underlining.
* Removed in-line file type declaration (which is not correctly parsed
by the web interface on dev.gnupg.org).
-rw-r--r-- | lang/python/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/README b/lang/python/README index 6a2e8b8c..9339bf82 100644 --- a/lang/python/README +++ b/lang/python/README @@ -1,5 +1,5 @@ -gpg - GPGME bindings for Python -*- org -*- -======================= +#+TITLE gpg - GPGME bindings for Python + The "gpg" module is a python interface to the GPGME library: https://www.gnupg.org/related_software/gpgme/ |