[+] poetry settings

This commit is contained in:
Maxim Khomutov 2025-04-02 12:13:17 +03:00
parent d750b0a2ab
commit b4fafbf5f0
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,3 @@
[virtualenvs]
create = true
in-project = true

View File

@ -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)"
]