1db6c12d52
- Removed STK pill from pysim sub-tab bar - Added 'STK menu' block atop 'STATUS and Polling' in Proactive UICC view - Shows emerald button when card issued SET UP MENU, 'no menu' text otherwise - stkCheckMenu toggles button vs no-menu text; refreshed on proactive tab open - Dropped dead stk-menu-btn exemption in stkSetPillsDisabled - i18n: Меню STK / Меню не задано картой - SW cache v36
18 lines
614 B
TOML
18 lines
614 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "pysim-otaman-server"
|
|
version = "1.9.25"
|
|
description = "HTTP REST server wrapping pysim for the OTAMan PWA"
|
|
requires-python = ">=3.8"
|
|
# pysim is a git-only dependency installed explicitly by setup.bat/setup.sh.
|
|
# Declaring it here would make pip resolve its full tree (including the SMPP
|
|
# bridge -> Twisted -> twisted-iocpsupport, which needs MSVC on Windows).
|
|
|
|
[project.scripts]
|
|
pysim-otaman-server = "pysim_otaman_server.__main__:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["pysim_otaman_server*"] |