initial commit
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "gstreamer-test"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = "~3.12"
|
||||
dependencies = [
|
||||
"pygobject (>=3.52.3,<4.0.0)"
|
||||
]
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
packages = [
|
||||
{ include = "src" }
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user