Set up basic project
This commit is contained in:
commit
52627c966a
7 changed files with 1006 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "voidlinux-popcorn"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"marimo[recommended]>=0.16.2",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue