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.

30 lines
790 B

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "anitube-simple-notification"
version = "0.5.2"
authors = [
{ name="Kostya Klochko", email="kostya_klochko@ukr.net" },
]
description = "Getting notification from anitube.in.ua."
readme = "README.rst"
license = { file="COPYING" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
dependencies = [
"requests",
"bs4",
"notify-py",
"rich",
]
[project.urls]
"Homepage" = "https://gitlab.com/KKlochko/anitube-simple-notification"
"Bug Tracker" = "https://gitlab.com/KKlochko/anitube-simple-notification/issues"