Hong-Phuc Bui
2024-06-19 1cce8fe30a73f538ed63e88d7c09e18456d333b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
 
[project]
name = "study-effort"
version = "0.0.1"
 
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]
 
[project.scripts]
mystudy = "mystudy.main:main"