Release 0.2.4 to fix MANIFEST

Change-Id: I35eea660a936e305acde44f43ed05b7cb824934b
This commit is contained in:
Dmitry Tantsur 2014-11-14 17:23:14 +01:00
parent 969616eb2c
commit 086b118ecb
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,5 @@
include example.conf
include LICENSE
include ironic-discoverd.8
include requirements.txt
include tox.ini

View File

@ -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
~~~~~~

View File

@ -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",