forked from ShivangKakkar/pystark
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (32 loc) · 1.33 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "PyStark"
version = "1.2.2"
authors = [
{name = "Justin Chase (patcher)", email = "[email protected]"},
{name = "ShivangKakkar (original author)", email = "[email protected]"},
]
description = "A video sticker bot to turn MP4s and GIfs into Telegram stickers."
requires-python = ">=3.9"
keywords = ["telegram", "bot", "pyrogram", "python", "telegram-bot"]
license = {text = "GPLv3+"}
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Natural Language :: English',
'Topic :: Communications :: Chat',
'Topic :: Education :: Testing',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
]
[project.urls]
"Homepage" = "https://github.com/justinwritescode/pystark"