mirror of
https://github.com/SantaSpeen/winmutex.git
synced 2025-07-02 16:05:25 +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 = [
|
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)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user