initial
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.env
|
||||||
|
.env.db
|
||||||
|
.venv
|
||||||
|
.idea
|
||||||
|
.ruff_cache
|
||||||
|
.pytest_cache
|
||||||
|
venv
|
||||||
|
data
|
||||||
|
logs
|
||||||
|
__pycache__
|
||||||
|
.DS_Store
|
||||||
|
*.txt
|
||||||
|
|
||||||
0
basethon/__init__.py
Normal file
0
basethon/__init__.py
Normal file
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "basethon"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = ""
|
||||||
|
authors = ["trojvn <mrx.trojan@gmail.com>"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.12"
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user