From 410edbba6fb1b9854658d38075e6ccc92a4f40ba Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Thu, 22 Jun 2023 21:42:50 +0100 Subject: [PATCH] updates `Update classifiers and minro changes in setup.py (#115) --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index ce4f6a5..f402633 100644 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ 'based on scikit-surgery (SNAPPY)', long_description=long_description, long_description_content_type='text/x-rst', - url='https://github.com/SciKit-Surgery/' - 'scikit-surgerybard', + url='https://github.com/SciKit-Surgery/scikit-surgerybard', + # Authors: Miguel Xochicale, Thomas Dowrick, Stephen Thompson, Matt Clarkson author='Stephen Thompson', author_email='s.thompson@ucl.ac.uk', license='BSD-3 license', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Healthcare Industry', @@ -36,7 +36,7 @@ 'Programming Language :: Python', - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.8', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Scientific/Engineering :: Medical Science Apps.',