Ignore distribute/setuptools PKG-INFO file.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 06:20:01 +00:00
parent 1d2257db57
commit d52c08bae7
2 changed files with 3 additions and 29 deletions

3
.gitignore vendored
View File

@ -73,3 +73,6 @@ gpg
# Ignore quilt patch directory:
.pc/*
# setuptools/distribute files:
PKG-INFO

View File

@ -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