Initial commit
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "pyinfo"
|
||||
version = "0.1.0"
|
||||
description = "Display info on the python environment"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"click>=8.1.8",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pyinfo = "pyinfo:info"
|
||||
Reference in New Issue
Block a user