From 1fb9325f85d62f3b34f1424fa4548fd3ee85ab4e Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Fri, 5 Dec 2014 08:19:47 -0800 Subject: [PATCH] Fix requirements.txt and stackforge link Requirements now allows pre-release libraries. Some pbr madness. Change-Id: I23d65b5783e2b8e75c3820d2c1e8a2e55095a44c --- requirements.txt | 3 ++- setup.cfg | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f67f74f..ba9cb77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -winchester +winchester >=0.0.dev0 +simport >=0.0.dev0 diff --git a/setup.cfg b/setup.cfg index ac8b48f..b116b4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = quince -version = 0.1 +version = 1.0 author = Dark Secret Software Inc. author-email = admin@darksecretsoftware.com summary = Default implementation for Quincy description-file = README.md license = Apache-2 classifier = - Development Status :: 3 - Alpha + Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers Intended Audience :: Information Technology @@ -15,7 +15,7 @@ classifier = Operating System :: OS Independent Programming Language :: Python Topic :: Software Development :: Libraries :: Python Modules -home-page = https://github.com/StackTach/quince +home-page = https://github.com/stackforge/stacktach-quince keywords = stacktach rest