From 2a3e3e78844ba127859ccdc48fbc79af5a99b3a8 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet <rafaelhautekiet@gmail.com> Date: Sun, 12 Aug 2018 21:25:07 +0200 Subject: [PATCH] updated package classifiers --- setup.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b91b0e0..fdca67b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='python-openctm', - version='1.0.0', + version='1.0.1', description='Python Interface for the OpenCTM Library', long_description='Python Interface for the OpenCTM Library', url='https://github.com/lejafar/python-openctm', @@ -20,7 +20,12 @@ 'numpy>=1.14.2', ], classifiers=( - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Natural Language :: English", + "Topic :: Scientific/Engineering", "License :: OSI Approved :: zlib/libpng License", "Operating System :: OS Independent", )