X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=setup.py;h=0fe378db69a43fb1380ae9ccdd4e0f78a3beb312;hp=189af152c34d87574d967ab46fa443afc8536c85;hb=151de5a26973474d2b1a8fc3f071615c09e9a62d;hpb=f47aeeba7f705a40bbfe947f5eb374018f57ab37 diff --git a/setup.py b/setup.py index 189af15..0fe378d 100755 --- a/setup.py +++ b/setup.py @@ -1,19 +1,11 @@ -#!/usr/bin/env python +#!/usr/bin/python import sys from distutils.core import setup -from debian_bundle import changelog - -f = open('debian/changelog') -data = f.read() -f.close() -c = changelog.Changelog(file=data, max_blocks=1) -del data - setup( name = "apt-p2p", - version = c.full_version, + version = "0.1.2", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html",