Skip to content
Snippets Groups Projects
Commit 9c23c666 authored by Mayr, Hannes's avatar Mayr, Hannes Committed by Hock, Martin
Browse files

Pyproject.toml transition

parent 52b5520d
Branches
Tags
2 merge requests!41Include latest changes in main branch,!38Pyproject.toml transition
......@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the
plot will also be copied to the directory.
"""
__version__ = '0.2.1'
__version__ = '0.2.2'
__author__ = 'Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt'
[build-system]
requires = ["setuptools>=43", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "plotID"
description = "The plotID toolkit supports researchers in tracking and storing relevant data in plots. Plots are labelled with an ID and the corresponding data is stored."
readme = "README.md"
license = {text = "Apache License, Version 2.0"}
authors = [
{name = "Institut für Fluidsystemtechnik - TU Darmstadt", email = "nfdi4ing@fst.tu-darmstadt.de"},
{name = "Hannes Mayr", email = "hannes.mayr@stud.tu-darmstadt.de"},
{name = "Martin Hock", email = "Martin.Hock@fst.tu-darmstadt.de"},
{name = "Manuela Richter", email = "Manuela.Richter@fst.tu-darmstadt.de"},
]
dynamic = ["version"]
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"Pillow",
"matplotlib",
"numpy",
"qrcode",
]
[project.urls]
Repository = "https://git.rwth-aachen.de/plotid/plotid_python"
Documentation = "https://plotid.pages.rwth-aachen.de/plotid_python"
"Bug Tracker" = "https://git.rwth-aachen.de/plotid/plotid_python/-/issues"
[project.optional-dependencies]
test = ["coverage"]
docs = [
"sphinx",
"sphinx-autoapi",
"sphinx-rtd-theme",
"myst-parser",
]
[tool.setuptools]
packages = ["plotid"]
[tool.setuptools.dynamic]
version = {attr = "plotid.__version__"}
[metadata]
name = plotID
version = attr: plotid.__version__
author = Martin Hock
author_email = nfdi4ing@fst.tu-darmstadt.de
description = The plotID toolkit supports researchers in tracking and storing relevant data in plots. Plots are labelled with an ID and the corresponding data is stored.
license = Apache License, Version 2.0
license_files = file: LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.rwth-aachen.de/plotid/plotid_python
project_urls =
Bug Tracker = https://git.rwth-aachen.de/plotid/plotid_python/-/issues
Documentation = https://plotid.pages.rwth-aachen.de/plotid_python
Source = https://git.rwth-aachen.de/plotid/plotid_python
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Visualization
[options]
packages = plotid
python_requires = >=3.10
install_requires =
Pillow
matplotlib
numpy
qrcode
[options.extras_require]
test =
coverage
docs =
sphinx
sphinx-autoapi
sphinx-rtd-theme
myst-parser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment