mirror of
https://github.com/tombi-toml/tombi.git
synced 2025-12-23 09:19:21 +00:00
feat: add tombi-beta.
This commit is contained in:
parent
be36606972
commit
c195efd0b0
4 changed files with 16 additions and 0 deletions
0
python/tombi-beta/README.md
Normal file
0
python/tombi-beta/README.md
Normal file
14
python/tombi-beta/pyproject.toml
Normal file
14
python/tombi-beta/pyproject.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[project]
|
||||
name = "tombi-beta"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
authors = [
|
||||
{ name = "yassun7010", email = "yassun7010@outlook.com" },
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
2
python/tombi-beta/src/tombi_beta/__init__.py
Normal file
2
python/tombi-beta/src/tombi_beta/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def hello() -> str:
|
||||
return "Hello from tombi-beta!"
|
||||
0
python/tombi-beta/src/tombi_beta/py.typed
Normal file
0
python/tombi-beta/src/tombi_beta/py.typed
Normal file
Loading…
Add table
Add a link
Reference in a new issue