Initial gradle-mirror CLI project
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gradle-mirror"
|
||||
version = "1.0.0"
|
||||
description = "CLI to activate/deactivate Gradle repository mirrors via init.gradle.kts"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
authors = [
|
||||
{ name = "Your Team" }
|
||||
]
|
||||
dependencies = [
|
||||
"typer>=0.12,<1.0"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gradle-mirror = "gradle_mirror.cli:app"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["gradle_mirror"]
|
||||
Reference in New Issue
Block a user