Update setup.cfg with release information

Change-Id: If6c457f2daa2079c41d0be7f441d2d6fcd9e8432
This commit is contained in:
Andrey Pavlov 2015-04-15 13:23:18 +03:00
parent fced81a4f8
commit 696e8af423
1 changed files with 3 additions and 16 deletions

View File

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