Skip to content

Commit

Permalink
Move project urls into setup.py and add OS all
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Jun 30, 2021
1 parent b3bc986 commit 10529f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .napari/config.yml

This file was deleted.

7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent",
],
description=(
"AICSImageIO for napari. "
Expand All @@ -91,6 +92,12 @@
tests_require=test_requirements,
extras_require=extra_requirements,
url="https://github.com/AllenCellModeling/napari-aicsimageio",
project_urls={
"Source Code": "https://github.com/AllenCellModeling/napari-aicsimageio",
"Bug Tracker": "https://github.com/AllenCellModeling/napari-aicsimageio/issues",
"Documentation": "https://github.com/AllenCellModeling/napari-aicsimageio#README.md",
"User Support": "https://github.com/AllenCellModeling/napari-aicsimageio/issues",
},
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="0.3.1",
Expand Down

0 comments on commit 10529f4

Please sign in to comment.