Set up project
This commit is contained in:
parent
c7c9a00f0d
commit
322bf46a6c
5 changed files with 248 additions and 0 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "eufs"
|
||||
version = "0.0.0"
|
||||
description = "FUSE-based euphoria.leet.nu client"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fuse-python = "^1.0.7"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
eufs = "eufs.main:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue