From dc393513b49320bb5cbaaa4c582db292ec3be796 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 5 Dec 2014 21:10:18 -0800 Subject: [PATCH] Just use 4 spaces for classifier indents Keep the setup.cfg file consistently using only four spaces and not having mixed 4 and 8 spaces. Change-Id: I2e77766e6491be91e6744d4acf84eac16e39c627 --- setup.cfg | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/setup.cfg b/setup.cfg index 660c28227..cfef68eb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,21 +9,21 @@ home-page = https://launchpad.net/taskflow keywords = reliable,tasks,execution,parallel,dataflow,workflows,distributed requires-python = >=2.6 classifier = - Development Status :: 4 - Beta - Environment :: OpenStack - Intended Audience :: Developers - Intended Audience :: Information Technology - License :: OSI Approved :: Apache Software License - Operating System :: POSIX :: Linux - Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 - Topic :: Software Development :: Libraries - Topic :: System :: Distributed Computing + Development Status :: 4 - Beta + Environment :: OpenStack + Intended Audience :: Developers + Intended Audience :: Information Technology + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.6 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 + Topic :: Software Development :: Libraries + Topic :: System :: Distributed Computing [global] setup-hooks =