mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 23:18:42 +00:00
Add docs and CI/CD workflows
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "voxvera"
|
||||
version = "0.1.0"
|
||||
description = "VoxVera CLI utilities"
|
||||
readme = "README.md"
|
||||
authors = [{name = "VoxVera"}]
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"InquirerPy",
|
||||
"rich",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
voxvera = "voxvera.cli:main"
|
Reference in New Issue
Block a user