24 lines
494 B
TOML
24 lines
494 B
TOML
[project]
|
|
name = "AutoPercenty3"
|
|
version = "3.3.2"
|
|
description = "웹자동화둑"
|
|
authors = ["WhenRideMyCar <kkebiini.com>"]
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.11"
|
|
|
|
[project.dependencies]
|
|
PySide6 = "^6.5" # GUI 라이브러리
|
|
pyupdater = "^4.0" # PyUpdater (최신 버전 확인)
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
# 기존 항목들 ...
|
|
|
|
include = [
|
|
"pyu-data/**",
|
|
]
|