-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
37 lines (35 loc) · 997 Bytes
/
setup.cfg
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
28
29
30
31
32
33
34
35
36
37
[metadata]
name = pingparser
version = 0.4
author = Gregg Gajic
author_email = [email protected]
summary = Parses the output of the system ping command.
description-file = README.rst
home_page = https://github.com/ssteinerx/pingparser
project_url =
Source repository,https://github.com/ssteinerx/pingparser
license = UNLICENSE
maintainer = Steve Steiner
maintainer-email = [email protected]
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
License :: Public Domain
requires-dist =
Requires-Python: >= 2.7
Download-URL = http://pypi.python.org/pypi/pingparser
[files]
modules = pingparser
extra_files =
setup.py
README.rst
MANIFEST.in
tox.ini
UNLICENSE