-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 845 Bytes
/
pyproject.toml
File metadata and controls
27 lines (25 loc) · 845 Bytes
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
[tool.poetry]
name = "qt-log"
version = "1.1.3"
description = "Qt Custom UI Log for Maya/Houdini"
authors = ["Maximiliano Rocamora <maxirocamora@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/MaxRocamora/QtLog"
license = "MIT"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
]
[tool.poetry.dependencies]
python = ">=3.7,<3.15"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"