aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-11-03 19:24:22 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-11-03 19:24:22 +0900
commit193407686a0cb4858f4e403d8f54eba0404454a4 (patch)
tree885c6c3978ca55feb3fb9331f24e0df76c46015f /setup.cfg
parentca6a7f96a59d46ce0583fa62eeb49d803f3f5a63 (diff)
parentcae02018b4ecd61fb8f2ee594775474c3f8f062f (diff)
downloadppad-0.0.7.tar.gz
ppad-0.0.7.tar.bz2
ppad-0.0.7.zip
Merge branch 'pkg' into main0.0.7
the first release to pip
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg27
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