From 696e8af423d4bbfdecd2b09ab399964de445f991 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Wed, 15 Apr 2015 13:23:18 +0300 Subject: [PATCH] Update setup.cfg with release information Change-Id: If6c457f2daa2079c41d0be7f441d2d6fcd9e8432 --- setup.cfg | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7213a8a2..8c0a1468 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,13 @@ [metadata] name = ec2-api -version = 2014.2.1 +version = 1.0 summary = OpenStack Ec2api Service description-file = README.rst +license = Apache License, Version 2.0 author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://launchpad.net/ec2-api classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,9 +15,6 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 [files] packages = @@ -56,14 +54,3 @@ input_file = ec2api/locale/ec2api.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = ec2api/locale/ec2api.pot - -[nosetests] -# NOTE(jkoelker) To run the test suite under nose install the following -# coverage http://pypi.python.org/pypi/coverage -# tissue http://pypi.python.org/pypi/tissue (pep8 checker) -# openstack-nose https://github.com/jkoelker/openstack-nose -verbosity=2 -tests=ec2api/tests/unit -cover-package = ec2api -cover-html = true -cover-erase = true