Update setuptools file and rename to tc-as-a-service

This commit is contained in:
Dima Kuznetsov 2017-04-18 10:16:36 +03:00
parent 97e1392d90
commit 22918ec3bb
2 changed files with 5 additions and 7 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = wan-qos
summary = API's and implementations to support WAN QoS
name = tc-as-a-service
summary = APIs and implementations to support TC as a Service
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/wan-qos
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -16,8 +16,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,5 +1,3 @@
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@ -25,5 +23,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0'],
pbr=True)