2025-03-01 23:20:20 +00:00
|
|
|
[project]
|
|
|
|
name = "REPLACE_ME"
|
2025-03-04 14:05:58 +00:00
|
|
|
description = "REPLACE DESC"
|
|
|
|
version = "REPLACE_VER"
|
2025-03-01 23:20:20 +00:00
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
REPLACE_ME = "REPLACE_ME.__main__:main"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools >= 61.0"]
|
|
|
|
build-backend = "setuptools.build_meta"
|