-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (31 loc) · 835 Bytes
/
setup.cfg
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
34
[metadata]
name = teletvg-karjakak
version = 1.3.8
author = karjakak
author_email = [email protected]
description = TeleTVG for sending message to multiple users in group with text-expander function.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kakkarja/TeleTVG
license = BSD3 License
classifiers =
Environment :: Win32 (MS Windows)
Environment :: MacOS X
Intended Audience :: End Users/Desktop
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
[options]
packages = find:
include_package_data = True
include_entry_points = True
python_requires = >=3.10
install_requires =
telethon>=1.22.0
Clien-karjakak>=0.1.0
py7zr>=0.16.2
[options.package_data]
* = *.txt
*.pdf
[options.entry_points]
gui_scripts =
ttvg = teletvg:main