-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 697 Bytes
/
pyproject.toml
File metadata and controls
26 lines (23 loc) · 697 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
[project]
name = "tik_manager4"
version = "4.5.0"
license = {file = "LICENSE"}
authors =[{name="Arda Kutlu", email="ardakutlu@gmail.com"},]
description="Multi Platform and Multi DCC Python based Pipeline Toolkit."
readme = "README.md"
requires-python = "> 3.10"
classifiers = [
"Development Status :: 3 - Production/Stable",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",]
dependencies = [
"pyqt5",
]
[tool.setuptools]
packages = ["tik_manager4"]
[project.urls]
"Github" = "https://github.com/masqu3rad3/tik_manager4"
"Homepage" = "https://tik-manager.com"
[project.scripts]
tik_manager4 = "tik_manager4.objects:main"