From 52ebd011e2818eceea029348ac5991ee15958b19 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 7 May 2022 11:02:49 +0100 Subject: [PATCH 1/2] Bump development status --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c0df42c9..623a18d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ author_email = d.stansby@ucl.ac.uk license = BSD-3-Clause license_file = LICENSE classifiers = - Development Status :: 2 - Pre-Alpha + Development Status :: 3 - Alpha Framework :: napari Intended Audience :: Developers License :: OSI Approved :: BSD License From b4f676188076e2d9147941d03a966158591d81a9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 7 May 2022 11:03:58 +0100 Subject: [PATCH 2/2] Update repository links in setup.cfg --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 623a18d0..919e1387 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = napari_matplotlib description = A plugin to use Matplotlib with napari long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/dstansby/napari-matplotlib +url = https://github.com/matplotlib/napari-matplotlib author = David Stansby author_email = d.stansby@ucl.ac.uk license = BSD-3-Clause @@ -22,10 +22,10 @@ classifiers = Programming Language :: Python :: 3.10 Topic :: Software Development :: Testing project_urls = - Bug Tracker = https://github.com/dstansby/napari-matplotlib/issues - Documentation = https://github.com/dstansby/napari-matplotlib#README.md - Source Code = https://github.com/dstansby/napari-matplotlib - User Support = https://github.com/dstansby/napari-matplotlib/issues + Bug Tracker = https://github.com/matplotlib/napari-matplotlib/issues + Documentation = https://github.com/matplotlib/napari-matplotlib#README.md + Source Code = https://github.com/matplotlib/napari-matplotlib + User Support = https://github.com/matplotlib/napari-matplotlib/issues [options] packages = find: