-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (27 loc) · 921 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=75.6.0", "wheel>=0.45.1"]
build-backend = "setuptools.build_meta"
[project]
name = "bproc-pubvis"
version = "0.1.0"
description = "Publication-ready visualization of 3D objects and point clouds in seconds."
authors = [
{name = "Matthias Humt", email = "[email protected]"},
]
license = {text = "GPL-3.0"}
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"blenderproc>=2.8.0"
]
[project.urls]
Homepage = "https://github.com/hummat/bproc-pubvis"
Repository = "https://github.com/hummat/bproc-pubvis.git"
"Bug Tracker" = "https://github.com/hummat/bproc-pubvis/issues"