Skip to content
Snippets Groups Projects
Commit 4c3eb148 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Using pyproject.toml, discarding setup.cfg

parent 43b1dbf6
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = [
"setuptools>=61.0"
]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "reference_model"
version = "0.6.1"
description = "Example VIPS model, showcasing functionality"
readme = "README.md"
authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
license = { file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: NIBIO Open Source License",
"Operating System :: OS Independent",
]
dependencies = [
"shapely",
"pydantic",
"pytz",
"pandas",
"vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.3"
]
requires-python = ">=3.9"
[metadata]
name = reference_model
version = 0.6.1
author = Tor-Einar Skog
author_email = tor-einar.skog@nibio.no
description = Example VIPS model, showcasing functionality
long_description = file: README.md
long_description_content_type = text/markdown
url = https://www.vips-landbruk.no
classifiers =
Programming Language :: Python :: 3
License :: NIBIO Open Source License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
shapely
pydantic
pytz
pandas
vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.3
[options.packages.find]
where = src
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment