hbui
2024-07-15 fbfe69b85cb9471e9699c9d9c68e2af640a73892
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 = "wettercdc"
version = "0.0.1"
 
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]
 
# [project.scripts]
# mystudy = "mystudy.main:start"