19 lines
402 B
TOML
19 lines
402 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "reposync"
|
|
version = "0.1.0"
|
|
description = "A short description of the project."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
# Add other classifiers or dependencies here if needed
|
|
# dependencies = [
|
|
# "dependency1",
|
|
# "dependency2",
|
|
# ]
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com"
|