mirror of
https://github.com/SantaSpeen/winmutex.git
synced 2026-02-16 02:20:49 +00:00
[+] poetry
This commit is contained in:
0
poetry.toml
Normal file
0
poetry.toml
Normal file
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user