Hong-Phuc Bui
2024-09-27 45c96fe258657363ef4ad1a2ae93513ca4139e26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
 
[project]
name = "stundenplan"
version = "0.0.1"
 
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]
 
# [project.scripts]
# To be done
# studenplan = "TODO: to-be-done"