summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@datafox.nl>2010-08-11 13:52:52 +0200
committerVincent Driessen <vincent@datafox.nl>2010-08-11 13:52:52 +0200
commitecffeac7609a9d8f48c8884a3994a49f2fee9154 (patch)
treec85ef348e526d0733a098a04d2a413855a021cdd
parent12c9b4dede9471a9b53e66538d68e57755a48062 (diff)
downloadnose-machineout-master.tar.bz2
nose-machineout-master.tar.xz
nose-machineout-master.zip
Add RPM dependency.HEADmaster
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..66dadbe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,5 @@ tag_build =
3tag_date = 0 3tag_date = 0
4tag_svn_revision = 0 4tag_svn_revision = 0
5 5
6[bdist_rpm]
7requires = nose >= 0.10
diff --git a/setup.py b/setup.py
index 959c47e..85ec7a6 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from setuptools import setup
10 10
11setup( 11setup(
12 name="nose_machineout", 12 name="nose_machineout",
13 version="0.2", 13 version="0.3-rc1",
14 description=__doc__.replace('\n', ' ').strip(), 14 description=__doc__.replace('\n', ' ').strip(),
15 author="Mike Crute", 15 author="Mike Crute",
16 author_email="mcrute@gmail.com", 16 author_email="mcrute@gmail.com",