blob: d0a624185867496599e9fdfae39466809da57cdf (
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.7
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
|