This commit is contained in:
yumoqing 2025-09-14 13:25:45 +08:00
parent 10ebb5e070
commit 4837d75c45
2 changed files with 20 additions and 0 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

16
setup.cfg Normal file
View File

@ -0,0 +1,16 @@
[metadata]
name=iptv
version = 0.0.1
description = A iptv server
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =
m3u8
apppublic
sqlor
ahserver