diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..d0a6241 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,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 |