mirror of
https://github.com/SantaSpeen/winmutex.git
synced 2026-05-19 16:20:27 +00:00
[+] poetry
This commit is contained in:
@@ -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