aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f73b6407b5fe3cecb200a35f7b4c128daf923ffa (plain)
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
[metadata]
name = ppad
version = 0.0.9
url = https://github.com/nao0x2c6/ppad
author = Nao Ueda
author_email = nao.uedder@gmail.com
license_file = LICENSE
description = Papertrail log archives downloader
long_description = file: README.md
long_description_content_type = text/markdown
keywords = papertrail
classifiers =
    License :: OSI Approved :: GNU General Public License v2 (GPLv2)
    Programming Language :: Python :: 3.6

[options]
packages = find:
install_requires =
    progressbar2 >= 3
    python-dateutil >= 2
    pytz >= 2020
    requests >= 2


[options.entry_points]
console_scripts =
    ppad = ppad:main