-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (29 loc) · 831 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
[metadata]
name = mattermost_dl
author = Petr Opatřil
version = attr: mattermost_dl.__version__
description = Mattermost Local History Downloader
long_description = file: README.md
long_description_content_type = test/markdown
license = GNU GPL v3
license_file = LICENSE.txt
keywords = mattermost, history, backup
url = https://github.com/OpatrilPeter/mattermost-dl
platform = any
[options]
packages = find:
python_requires = ~=3.7
install_requires =
jsonschema~=3.2
requests
toml
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.7
Topic :: Communications :: Chat
[options.package_data]
mattermost_dl = *.schema.json
[options.entry_points]
console_scripts =
mattermost-dl = mattermost_dl.main:main