- Created bug report and feature request templates for better issue tracking. - Added a build workflow for automated package management and release. - Removed outdated CodeQL analysis and Python publish workflows. - Updated project metadata in pyproject.toml and README.md. - Refactored torrent handling and site interaction modules.
19 lines
419 B
TOML
19 lines
419 B
TOML
[project]
|
|
name = "komsuite-nyaapy"
|
|
version = "0.1.0"
|
|
description = "A rewritten hard fork of the original NyaaPy library."
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"bencodepy>=0.9.5",
|
|
"lxml>=5.3.1",
|
|
"regex>=2024.11.6",
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|