-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (30 loc) · 946 Bytes
/
pyproject.toml
File metadata and controls
35 lines (30 loc) · 946 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
28
29
30
31
32
33
34
35
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "neostem"
version = "1.0.0"
description = "NEO STEM - Ung dung giao duc STEM tuong tac cho hoc sinh Viet Nam (Lop 3-9)"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
authors = [
{name = "Binh Dan Hoc STEM & Robot"},
]
keywords = ["stem", "education", "vietnam", "qt6", "children"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
"Topic :: Education",
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
]
[project.scripts]
neostem = "neostem_cli.cli:main"
[project.urls]
Homepage = "https://github.com/tuanln/NEO_STEM"
[tool.setuptools]
packages = ["neostem_cli"]
[tool.setuptools.package-data]
neostem_cli = ["../src/**/*", "../CMakeLists.txt", "../translations/**/*", "../install-armbian.sh"]