Skip to content
Snippets Groups Projects
pyproject.toml 720 B
Newer Older
[build-system]
requires = ['setuptools>=61.0', 'wheel', 'Cython', 'numpy', 'xarray']
build-backend = 'setuptools.build_meta'

[project]
name = 'MVCM'
version = '0.0.3'
authors = [{name='Paolo Veglio', email='paolo.veglio@ssec.wisc.edu'}]
description = 'High-Resolution MODIS-VIIRS Cloud Mask Algorithm'
readme = 'README.md'
requires-python = '>=3.9'
classifiers = ['Programming Language :: Python :: 3',
               'Programming Language :: C',
#               'License :: OSI Approved :: MIT License',
               'Operating System :: OS Independent',
              ]

[project.urls]
'Homepage' = 'https://gitlab.ssec.wisc.edu/pveglio/mvcm'

[tool.pytest.ini_options]
addopts = [
    '--import-mode=importlib',
]