-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[bumpversion] | ||
current_version = 0.2.0 | ||
|
||
[metadata] | ||
name = lsfm_destripe_napari | ||
version = attr: lsfm_destripe_napari.__version__ | ||
|
@@ -9,58 +12,54 @@ author = Lennart Kowitz | |
author_email = [email protected] | ||
license = BSD-3-Clause | ||
license_files = LICENSE | ||
classifiers = | ||
Development Status :: 2 - Pre-Alpha | ||
Framework :: napari | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: BSD License | ||
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Topic :: Scientific/Engineering :: Image Processing | ||
project_urls = | ||
Bug Tracker = https://github.com/peng-Lab/lsfm_destripe_napari/issues | ||
Documentation = https://github.com/peng-Lab/lsfm_destripe_napari#README.md | ||
Source Code = https://github.com/peng-Lab/lsfm_destripe_napari | ||
User Support = https://github.com/peng-Lab/lsfm_destripe_napari/issues | ||
classifiers = | ||
Development Status :: 2 - Pre-Alpha | ||
Framework :: napari | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: BSD License | ||
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Topic :: Scientific/Engineering :: Image Processing | ||
project_urls = | ||
Bug Tracker = https://github.com/peng-Lab/lsfm_destripe_napari/issues | ||
Documentation = https://github.com/peng-Lab/lsfm_destripe_napari#README.md | ||
Source Code = https://github.com/peng-Lab/lsfm_destripe_napari | ||
User Support = https://github.com/peng-Lab/lsfm_destripe_napari/issues | ||
|
||
[options] | ||
packages = find: | ||
install_requires = | ||
numpy<2.0 | ||
qtpy | ||
scikit-image | ||
aicsimageio | ||
lsfm_destripe | ||
napari[all] | ||
|
||
install_requires = | ||
numpy<2.0 | ||
qtpy | ||
scikit-image | ||
aicsimageio | ||
lsfm_destripe | ||
napari[all] | ||
python_requires = >=3.9 | ||
include_package_data = True | ||
package_dir = | ||
=src | ||
|
||
# add your package requirements here | ||
package_dir = | ||
=src | ||
|
||
[options.packages.find] | ||
where = src | ||
|
||
[options.entry_points] | ||
napari.manifest = | ||
lsfm_destripe_napari = lsfm_destripe_napari:napari.yaml | ||
napari.manifest = | ||
lsfm_destripe_napari = lsfm_destripe_napari:napari.yaml | ||
|
||
[options.extras_require] | ||
testing = | ||
tox | ||
pytest # https://docs.pytest.org/en/latest/contents.html | ||
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ | ||
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/ | ||
napari | ||
pyqt5 | ||
|
||
testing = | ||
tox | ||
pytest # https://docs.pytest.org/en/latest/contents.html | ||
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ | ||
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/ | ||
napari | ||
pyqt5 | ||
|
||
[options.package_data] | ||
* = *.yaml |