Files
PGPy-3_13_patch/setup.cfg

58 lines
1.7 KiB
INI

[metadata]
name = PGPy
author_email = mgreene@securityinnovation.com
maintainer = Security Innovation
maintainer_email = opensource@securityinnovation.com
description = Pretty Good Privacy for Python
keywords = OpenPGP, PGP, Pretty Good Privacy, GPG, GnuPG, openpgp, pgp, gnupg, gpg, encryption, signature
url = https://github.com/SecurityInnovation/PGPy
#bugtrack_url = https://github.com/SecurityInnovation/PGPy/issues",
long_description = file: README.rst
classifiers =
Development Status :: 4 - Beta
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.4
Programming Language :: Python :: 2.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Security
Topic :: Security :: Cryptography
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: BSD License
[options]
packages =
pgpy
pgpy.packet
pgpy.packet.subpackets
install_requires =
cryptography>=2.6
pyasn1
six>=1.9.0
singledispatch; python_version < '3.4'
enum34; python_version < '3.4'
setup_requires =
setuptools
wheel
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
# doc_requires =
# sphinx
# sphinx-better-theme
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[upload_docs]
upload-dir = docs/build/html