summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-01-21 15:24:54 +0100
committerMartin Sivak <msivak@redhat.com>2010-01-21 15:42:54 +0100
commitcf786a3d68647c5f89a545c61d6f79630cf51bf3 (patch)
tree05e71546d2a076b040b2193cdf0ec00e9cc0d70e /setup.py
parent83ea9f7d4e2e852651f85982a999cd365eba207c (diff)
downloadfirstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.tar.gz
firstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.tar.xz
firstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.zip
Make packages arch specific to enable ExcludeArchs macros and fix Url
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d40ab76..b1684be 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='firstaidkit',
- version='0.2.7',
+ version='0.2.8',
description='System Rescue Tool',
author='Martin Sivak / Joel Andres Granados',
author_email='msivak@redhat.com / jgranado@redhat.com',