diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-09 12:59:08 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-09 12:59:08 +0000 |
| commit | ae3f10fba648644a568dab3e21480580eb21e8a1 (patch) | |
| tree | 4e7f64dc172c4813f926d8607672e28ce07f04bb /setup.py | |
| parent | 5e4d32fbdcb6ab0bfe5326e09fea1c9ecd7ef98d (diff) | |
| download | python-apt-ae3f10fba648644a568dab3e21480580eb21e8a1.tar.gz | |
* more work on the native python apt interface
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ from distutils.core import setup, Extension from distutils.sysconfig import parse_makefile import string, glob + # The apt_pkg module files = string.split(parse_makefile("python/makefile")["APT_PKG_SRC"]); for i in range(0,len(files)): @@ -20,7 +21,7 @@ apt_inst = Extension("apt_inst", files, libraries=["apt-pkg","apt-inst"]); setup(name="python-apt", - version="0.5.37", + version="0.6.12", description="Python bindings for APT", author="APT Development Team", author_email="deity@lists.debian.org", |
