From 97548baece32c2359b2fd9351e705303ddd31739 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 4 Sep 2014 09:50:31 -0400 Subject: Minor updates to setup.cfg. --- setup.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index de15b03..4b96af2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,21 +3,16 @@ name = os-net-config summary = OpenStack network configuration description-file = README.rst -author = Dan Prince +author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = http://git.openstack.org/cgit/openstack/os-net-config classifier = Environment :: OpenStack - Intended Audience :: Information Technology + Intended Audience :: Developers Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License - Operating System :: POSIX :: Linux + Operating System :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 [files] packages = @@ -52,3 +47,8 @@ input_file = os_net_config/locale/os-net-config.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = os_net_config/locale/os-net-config.pot + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 -- cgit 1.2.3-korg