diff --git a/.gitignore b/.gitignore index 0992271..1befb39 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,6 @@ gpg # Ignore quilt patch directory: .pc/* + +# setuptools/distribute files: +PKG-INFO diff --git a/PKG-INFO b/PKG-INFO deleted file mode 100644 index 206db4c..0000000 --- a/PKG-INFO +++ /dev/null @@ -1,29 +0,0 @@ -Metadata-Version: 1.1 -Name: python-gnupg -Version: 0.3.3 -Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG) -Home-page: https://www.github.com/isislovecruft/python-gnupg -Author: Isis Lovecruft -Author-email: isis@leap.se -Download-URL: https://github.com/isislovecruft/python-gnupg/archives/develop.zip -Description:: This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs. It is intended for use with Python 2.6 or greater. -Classifier:: Development Status :: 3 - Alpha -License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) -Operating System :: MacOS :: MacOS X -Operating System :: Microsoft :: Windows :: Windows 7 -Operating System :: Microsoft :: Windows :: Windows XP -Operating System :: POSIX :: BSD -Operating System :: POSIX :: Linux -Classifier:: Intended Audience :: Developers -Classifier:: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) -Classifier:: Programming Language :: Python -Classifier:: Programming Language :: Python :: 2 -Classifier:: Programming Language :: Python :: 3 -Classifier:: Programming Language :: Python :: 2.6 -Classifier:: Programming Language :: Python :: 2.7 -Classifier:: Programming Language :: Python :: 3.0 -Classifier:: Programming Language :: Python :: 3.1 -Classifier:: Programming Language :: Python :: 3.2 -Classifier:: Topic :: Security :: Cryptography -Classifier:: Topic :: Software Development :: Libraries :: Python Modules -Classifier:: Topic :: Utilities