Ticket #13010: patch-setup.py.diff

File patch-setup.py.diff, 664 bytes (added by skymoo (Adam Mercer), 17 years ago)

patch to setup.py - replaces version from tarball

  • setup.py

    old new  
    99"""
    1010
    1111distutils.core.setup( name = 'GnuPGInterface',
    12                       version = '0.3.2',
     12                      version = 'VERSION',
    1313                      description = 'GnuPG interactions with file handles',
    1414                      long_description = long_description,
    1515                      author = 'Frank J. Tobin',
    1616                      author_email = 'ftobin@users.sourceforge.net',
    17                       licence = 'LGPL',
     17                      license = 'LGPL',
    1818                      platforms = 'POSIX',
    1919                      keywords = 'GnuPG gpg',
    2020                      url = 'http://py-gnupg.sourceforge.net/',