-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
47 lines (40 loc) · 1.3 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "defter-argekod"
version = "0.97.1"
authors = [
{ name = "argekod" },
]
description = "Görsel bir not tutma uygulaması. (A visual note-taking app.)"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["note taking", "freeform", "drawing", "visual",
"graphics", "lighttable", "html generator", "PDF generator", "PySide6"]
license = { text = "GNU General Public License v3 (GPLv3)" }
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: Turkish",
"Natural Language :: English",
"Operating System :: OS Independent",
"Environment :: X11 Applications :: Qt",
"Environment :: MacOS X",
"Environment :: Win32 (MS Windows)",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Topic :: Education",
"Topic :: Multimedia :: Graphics"
]
dependencies = [
'PySide6',
]
[project.urls]
Homepage = "https://github.com/erdincyz/defter"
Issues = "https://github.com/erdincyz/defter/issues"
[project.scripts]
defter = "defter.defter:calistir"
[tool.setuptools.package-data]
defter = ["defter_tr_TR.qm"]