Add link to docs: https://python-gnupg.readthedocs.org/en/latest/
parent
6ee18679e5
commit
e44228bac3
7
setup.py
7
setup.py
|
@ -54,7 +54,12 @@ signature functionality from Python programs, by interacting with GnuPG \
|
||||||
through file descriptors. Input arguments are strictly checked and sanitised, \
|
through file descriptors. Input arguments are strictly checked and sanitised, \
|
||||||
and therefore this module should be safe to use in networked applications \
|
and therefore this module should be safe to use in networked applications \
|
||||||
requiring direct user input. It is intended for use with Python 2.6 or \
|
requiring direct user input. It is intended for use with Python 2.6 or \
|
||||||
greater.""",
|
greater.
|
||||||
|
|
||||||
|
Documentation can be found on readthedocs_.
|
||||||
|
|
||||||
|
.. _readthedocs: https://python-gnupg.readthedocs.org/en/latest/
|
||||||
|
""",
|
||||||
license="AGPLv3",
|
license="AGPLv3",
|
||||||
|
|
||||||
version=versioneer.get_version(),
|
version=versioneer.get_version(),
|
||||||
|
|
Loading…
Reference in New Issue