Skip to content
Snippets Groups Projects
Commit eee61096 authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Update pyproject.toml

parent a8051a52
No related branches found
No related tags found
No related merge requests found
Pipeline #47270 failed
[project]
name = "bayesvalidrox"
version = "1.1.0"
require-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[build-system] [build-system]
requires = [ requires = [
"setuptools >= 40.6.0", "setuptools >= 40.6.0",
...@@ -8,4 +18,8 @@ build-backend = "setuptools.build_meta" ...@@ -8,4 +18,8 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options] [tool.pytest.ini_options]
pythonpath = [ pythonpath = [
".", "src", ".", "src",
] ]
\ No newline at end of file
[project.urls]
Homepage = "https://pages.iws.uni-stuttgart.de/inversemodeling/bayesvalidrox"
Source = "https://git.iws.uni-stuttgart.de/inversemodeling/bayesvalidrox"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment