Skip to content

Commit d25711a

Browse files
authored
Merge pull request #38 from matplotlib/package-data
Update package data to point to Matplotlib org
2 parents 1ec14d3 + b4f6761 commit d25711a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = napari_matplotlib
33
description = A plugin to use Matplotlib with napari
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
url = https://github.com/dstansby/napari-matplotlib
6+
url = https://github.com/matplotlib/napari-matplotlib
77
author = David Stansby
88
author_email = [email protected]
99
license = BSD-3-Clause
1010
license_file = LICENSE
1111
classifiers =
12-
Development Status :: 2 - Pre-Alpha
12+
Development Status :: 3 - Alpha
1313
Framework :: napari
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: BSD License
@@ -22,10 +22,10 @@ classifiers =
2222
Programming Language :: Python :: 3.10
2323
Topic :: Software Development :: Testing
2424
project_urls =
25-
Bug Tracker = https://github.com/dstansby/napari-matplotlib/issues
26-
Documentation = https://github.com/dstansby/napari-matplotlib#README.md
27-
Source Code = https://github.com/dstansby/napari-matplotlib
28-
User Support = https://github.com/dstansby/napari-matplotlib/issues
25+
Bug Tracker = https://github.com/matplotlib/napari-matplotlib/issues
26+
Documentation = https://github.com/matplotlib/napari-matplotlib#README.md
27+
Source Code = https://github.com/matplotlib/napari-matplotlib
28+
User Support = https://github.com/matplotlib/napari-matplotlib/issues
2929

3030
[options]
3131
packages = find:

0 commit comments

Comments
 (0)