From 1c00e130a88f98d4574419e0c2577cb7196ca76a Mon Sep 17 00:00:00 2001 From: Dohyeon Lee Date: Wed, 22 Nov 2023 10:20:56 +0900 Subject: [PATCH] add URLs --- setup.cfg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d5be46c..66fd215 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = napari-tomocube-data-viewer -version = 2023.8 +version = 2023.11 description = "A plugin to visualize three-dimensional data from Tomocube's microscopy" long_description = file: README.md long_description_content_type = text/markdown - +url = https://github.com/ehgus/napari-tomocube-data-viewer author = Dohyeon Lee author_email = dleh428@kaist.ac.kr license = MIT @@ -22,7 +22,11 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Topic :: Scientific/Engineering :: Image Processing - +project_urls = + Bug Tracker = https://github.com/ehgus/napari-tomocube-data-viewer/issues + Documentation = https://github.com/ehgus/napari-tomocube-data-viewer #README.md + Source Code = https://github.com/ehgus/napari-tomocube-data-viewer + User Support = https://github.com/ehgus/napari-tomocube-data-viewer/issues [options] packages = find: