-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (40 loc) · 1.49 KB
/
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
35
36
37
38
39
40
41
42
43
[metadata]
name = rsstt
author = Rongrong
author_email = Rongronggg9@outlook.com
description = A Telegram RSS bot that cares about your reading experience
long_description = file: README.md
long_description_content_type = text/markdown
license = AGPLv3+
platforms = Linux, Windows, MacOS
url = https://github.com/Rongronggg9/RSS-to-Telegram-Bot
project_urls =
Bug Tracker = https://github.com/Rongronggg9/RSS-to-Telegram-Bot/issues
Documentation = https://github.com/Rongronggg9/RSS-to-Telegram-Bot/blob/dev/docs/README.md
Source Code = https://github.com/Rongronggg9/RSS-to-Telegram-Bot
Changelog = https://github.com/Rongronggg9/RSS-to-Telegram-Bot/blob/dev/docs/CHANGELOG.md
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Framework :: AsyncIO
Framework :: aiohttp
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Communications :: Chat
Topic :: Internet
Topic :: Multimedia
[requirements-files]
install_requires = requirements.txt
[options]
zip_safe = False
python_requires = >=3.7
[options.package_data]
* = *.json, *.opml, *.sql, *.txt
rsstt = ../requirements.txt