X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=setup.py;h=bf8ef6a287e4b1e15f521048ea367fb27146f67b;hp=189af152c34d87574d967ab46fa443afc8536c85;hb=2ddf7b9797406505aa3ee1c40de12843b711eefd;hpb=872f3e24afa2a8a23956d1c191520a7f699ac8c6 diff --git a/setup.py b/setup.py index 189af15..bf8ef6a 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.0", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html",