11[metadata]
2- name = unet-lungs-segmentation
3- version = 1.0.5
2+ name = unet_lungs_segmentation
3+ version = 1.0.6
44description = 3D U-Net model for the segmentation of the lungs in mice CT scans.
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -12,15 +12,15 @@ author = Quentin Chappuis, Center for Imaging, Ecole Polytechnique Federale de L
1212author_email = quentin.chappuis@epfl.ch
1313license = BSD-3-Clause
1414license_files = LICENSE
15+
1516classifiers =
1617 Development Status :: 2 - Pre-Alpha
17- # Framework :: napari
18+ Framework :: napari
1819 Intended Audience :: Developers
1920 License :: OSI Approved :: BSD License
2021 Operating System :: OS Independent
2122 Programming Language :: Python
2223 Programming Language :: Python :: 3
23- Programming Language :: Python :: 3 :: Only
2424 Programming Language :: Python :: 3.8
2525 Programming Language :: Python :: 3.9
2626 Programming Language :: Python :: 3.10
@@ -41,25 +41,27 @@ install_requires =
4141
4242python_requires = >=3.8
4343include_package_data = True
44+
4445package_dir =
45- =src
46+ = src
4647
4748[options.packages.find]
4849where = src
4950
5051[options.entry_points]
5152napari.manifest =
52- UNet-lungs-segmentation = unet_lungs_segmentation:napari.yaml
53+ unet-lungs-segmentation = unet_lungs_segmentation:napari.yaml
54+
5355console_scripts =
5456 uls_predict_image = unet_lungs_segmentation.cli:cli_predict_image
5557 uls_predict_folder = unet_lungs_segmentation.cli:cli_predict_folder
5658
5759[options.extras_require]
5860testing =
5961 tox
60- pytest # https://docs.pytest.org/en/latest/contents.html
61- pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
62- pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
62+ pytest
63+ pytest-cov
64+ pytest-qt
6365 napari
6466 pyqt5
6567
0 commit comments