~ubuntu-branches/ubuntu/saucy/python-httplib2/saucy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2012-11-25 15:24:29 UTC
  • mfrom: (2.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20121125152429-edql9avga8igls8m
Tags: 0.7.7-1
* New upstream release.
* debian/patches/use_system_cacerts.patch:
  - Do not ship bundled certificates, package already uses system ones,
    provided by ca-certificates.
* debian/rules:
  - Remove stale egg-info created during build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import sys
6
6
 
7
7
pkgdir = {'': 'python%s' % sys.version_info[0]}
8
 
VERSION = '0.7.4'
 
8
VERSION = '0.7.7'
9
9
 
10
10
setup(name='httplib2',
11
11
        version=VERSION, 
59
59
**Unit Tested**
60
60
  A large and growing set of unit tests.
61
61
 
62
 
http://httplib2.googlecode.com/svn/trunk/#egg=httplib2-dev
63
62
        """,
64
63
        package_dir=pkgdir,
65
64
        packages=['httplib2'],
66
 
        package_data={'httplib2': ['*.txt']},
67
65
        classifiers=[
68
66
        'Development Status :: 4 - Beta',
69
67
        'Environment :: Web Environment',