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.',