From 086b118ecb749f3a502e6b36bad80152e2fb2407 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 14 Nov 2014 17:23:14 +0100 Subject: [PATCH] Release 0.2.4 to fix MANIFEST Change-Id: I35eea660a936e305acde44f43ed05b7cb824934b --- MANIFEST.in | 2 ++ README.rst | 5 +++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e72f93c4b..92224b204 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ include example.conf include LICENSE include ironic-discoverd.8 +include requirements.txt +include tox.ini diff --git a/README.rst b/README.rst index ee8b77d01..aabdf89da 100644 --- a/README.rst +++ b/README.rst @@ -227,6 +227,11 @@ HTTP API consist of 2 endpoints: Change Log ---------- +v0.2.4 +~~~~~~ + +* Urgent fix: add requirements.txt and tox.ini to the manifest. + v0.2.3 ~~~~~~ diff --git a/setup.py b/setup.py index 82080e3c1..5734d1ce7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('requirements.txt', 'r') as fp: setup( name = "ironic-discoverd", - version = "0.2.3", + version = "0.2.4", description = open('README.rst', 'r').readline().strip(), author = "Dmitry Tantsur", author_email = "dtantsur@redhat.com",