You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
906 B
33 lines
906 B
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "anitube-simple-notification"
|
|
version = "1.1.1"
|
|
authors = [
|
|
{ name="Kostiantyn Klochko", email="kklochko@protonmail.com" },
|
|
]
|
|
description = "Getting notification from anitube.in.ua."
|
|
readme = "README.rst"
|
|
license = { file="COPYING" }
|
|
requires-python = ">=3.10"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
dependencies = [
|
|
"requests~=2.28.2",
|
|
"beautifulsoup4~=4.11.1",
|
|
"notify-py~=0.3.39",
|
|
"rich~=13.1.0",
|
|
"tomli~=2.0.1",
|
|
"loguru~=0.5.3",
|
|
"platformdirs~=3.0.0"
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://gitlab.com/KKlochko/anitube-simple-notification"
|
|
"Bug Tracker" = "https://gitlab.com/KKlochko/anitube-simple-notification/issues"
|