mirror of
https://github.com/SantaSpeen/winmutex.git
synced 2025-07-02 16:05:25 +00:00
[^] version 1.0.1
[+] classifiers [+] urls
This commit is contained in:
parent
78e9630d29
commit
f296b8e1bc
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "winmutex"
|
name = "winmutex"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "Simple handling mutexes with pywin32"
|
description = "Simple handling mutexes with pywin32"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
|
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
|
||||||
@ -11,7 +11,17 @@ requires-python = ">=3.10,<4.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"pywin32 (>=310,<311)"
|
"pywin32 (>=310,<311)"
|
||||||
]
|
]
|
||||||
|
dynamic = [ "classifiers" ]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
repository = "https://github.com/SantaSpeen/winmutex"
|
||||||
|
|
||||||
|
[tool.poetry]
|
||||||
|
classifiers = [
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
"Operating System :: Microsoft :: Windows",
|
||||||
|
"Topic :: Software Development :: Libraries :: Python Modules"
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user