Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
4 spaces not tabs
  • Loading branch information
Ryan Conrad authored Mar 21, 2022
1 parent c32fc1b commit d6f52e5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ description = Napari plugin of algorithms for Panoptic Segmentation of organelle
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Framework :: napari
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: BSD License
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Framework :: napari
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: BSD License
project_urls =
Bug Tracker = https://github.com/volume-em/empanada-napari/issues
Documentation = https://github.com/volume-em/empanada-napari#README.md
Source Code = https://github.com/volume-em/empanada-napari
User Support = https://github.com/volume-em/empanada-napari/issues
Bug Tracker = https://github.com/volume-em/empanada-napari/issues
Documentation = https://github.com/volume-em/empanada-napari#README.md
Source Code = https://github.com/volume-em/empanada-napari
User Support = https://github.com/volume-em/empanada-napari/issues

[options]
packages = find:
Expand All @@ -32,15 +32,15 @@ setup_requires = setuptools_scm
include_package_data = True
# add your package requirements here
install_requires =
napari[all]>=0.4.15
napari-plugin-engine>=0.1.4
scikit-image>=0.18
empanada-dl>=0.1.2
imagecodecs
napari[all]>=0.4.15
napari-plugin-engine>=0.1.4
scikit-image>=0.18
empanada-dl>=0.1.2
imagecodecs

[options.entry_points]
napari.manifest =
empanada-napari = empanada_napari:napari.yaml
empanada-napari = empanada_napari:napari.yaml

[options.package_data]
empanada_napari = napari.yaml

0 comments on commit d6f52e5

Please sign in to comment.