forked from cynepco3hahue/log-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (27 loc) · 636 Bytes
/
setup.cfg
File metadata and controls
27 lines (27 loc) · 636 Bytes
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=log-extractor
author=Artyom Lukianov
author_email=
description-file=README.md
license=GPLv3
home-page=https://github.com/cynepco3hahue/log-extractor/
keywords=
log
classifier=
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Topic :: Utilities
[entry_points]
console_scripts=
log-extractor=log_extractor.extractor:run
[files]
packages =
log_extractor
[bdist_wheel]
universal = 1
[sdist]
formats = zip