mirror of
https://github.com/SantaSpeen/winmutex.git
synced 2026-05-19 16:20:27 +00:00
[+] poetry settings
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[virtualenvs]
|
||||||
|
create = true
|
||||||
|
in-project = true
|
||||||
+3
-2
@@ -5,10 +5,11 @@ description = "Simple handling mutexes with pywin32"
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
|
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
|
||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT License"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10,<4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"pywin32 (>=310,<311)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user