-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (39 loc) · 1.1 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = napari-file-watcher
version = 0.1.1
description = A napari plugin for file watching
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kasasxav/napari-file-watcher
author = Xavier Casas Moreno
author_email = [email protected]
license = GPL-3.0
license_file = LICENSE
license_files = LICENSE
classifiers =
Framework :: napari
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
project_urls =
Bug Tracker = https://github.com/kasasxav/napari-file-watcher
Documentation = https://github.com/kasasxav/napari-file-watcher/blob/main/README.md
Source Code = https://github.com/kasasxav/napari-file-watcher
User Support = https://github.com/kasasxav/napari-file-watcher/issues
[options]
packages = find:
include_package_data = True
install_requires =
napari
ome-zarr
zarr
h5py
PyQt5
qtpy
QScintilla
[options.package_data]
* = *.yaml
[options.entry_points]
napari.manifest =
napari-file-watcher = napari_file_watcher:napari.yaml
[options.packages.find]
exclude = tests*