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.
32 lines
820 B
32 lines
820 B
[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"
|