Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jxchen01 committed Jan 21, 2025
1 parent 846c7aa commit 02df1d1
Showing 1 changed file with 39 additions and 40 deletions.
79 changes: 39 additions & 40 deletions setup.cfg
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__
Expand All @@ -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

0 comments on commit 02df1d1

Please sign in to comment.