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