[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "anitube-simple-notification" version = "1.0.0" authors = [ { name="Kostiantyn 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", "tomli", "loguru" ] [project.urls] "Homepage" = "https://gitlab.com/KKlochko/anitube-simple-notification" "Bug Tracker" = "https://gitlab.com/KKlochko/anitube-simple-notification/issues"