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", )