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

Using pyproject.toml only, discarding setup.cfg

parent 7e80d015
No related branches found
No related tags found
No related merge requests found
[build-system] [build-system]
requires = [ requires = ["setuptools>=61.0", "wheel"]
"setuptools>=61.0"
]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project]
name = "vipscore_common"
version = "0.6.2"
description = "Tools for the VIPSCore-Python web services and its models"
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"
]
requires-python = ">=3.9"
[metadata]
name = vipscore_common
version = 0.6.2
author = Tor-Einar Skog
author_email = tor-einar.skog@nibio.no
description = Tools for the VIPSCore-Python web services and its models
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
[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