From 69d3850f9afb33732165f2504e4b261767847132 Mon Sep 17 00:00:00 2001 From: mstechly Date: Mon, 8 Nov 2021 12:04:10 -0500 Subject: [PATCH] Fixed classifiers. --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 852a49e..c51c014 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,10 +10,10 @@ author_email = info@zapatacomputing.com, license = Apache Software License license_file = LICENSE classifiers = - "Programming Language :: Python :: 3.7", - "Operating System :: OS Independent", - "License :: OSI Approved :: Apache Software License", - "Topic :: Scientific/Engineering" + Programming Language :: Python :: 3.7 + Operating System :: OS Independent + License :: OSI Approved :: Apache Software License + Topic :: Scientific/Engineering [options] package_dir = = src