From 22918ec3bb0165499a4bcd35f858000eb7a8f7b3 Mon Sep 17 00:00:00 2001 From: Dima Kuznetsov Date: Tue, 18 Apr 2017 10:16:36 +0300 Subject: [PATCH] Update setuptools file and rename to tc-as-a-service --- setup.cfg | 8 ++++---- setup.py | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2caa74e..ee97ec9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/setup.py b/setup.py index 782bb21..9decd0c 100644 --- a/setup.py +++ b/setup.py @@ -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)