[+] poetry

This commit is contained in:
2025-04-02 12:04:37 +03:00
parent 5cad97b020
commit d750b0a2ab
2 changed files with 17 additions and 0 deletions

0
poetry.toml Normal file
View File

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "pywinmutex"
version = "0.1.0"
description = "Simple handling mutexes with pywin32"
authors = [
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"