-
Notifications
You must be signed in to change notification settings - Fork 25
/
setup.cfg
56 lines (50 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
author = Dwight Hubbard
author_email = [email protected]
classifiers =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: POSIX :: Linux
Operating System :: POSIX :: SunOS/Solaris
Operating System :: POSIX
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: System :: Systems Administration
Topic :: Utilities
description = A command line utility that provides a ping like interface for checking tcp/ssl ports and services
keywords = ping, network-analysis, troubleshooting, networking
license = Apache
long_description = file:README.md
long_description_content_type = text/markdown
name = serviceping
project_urls =
CI Pipeline = https://cd.screwdriver.cd/pipelines/2881
Change History = https://yahoo.github.io/serviceping/changelog/
Documentation = https://yahoo.github.io/serviceping/
Source = https://github.com/yahoo/serviceping
url = https://github.com/yahoo/serviceping
# The version below will be overwritten by the CI Pipeline
version = 19.9.0
[options]
packages =
serviceping
python_requires = >=3.8
[options.entry_points]
console_scripts =
serviceping=serviceping.cli:main
[options.extras_require]
doc_build =
markdown-include
mkdocs-material
pygments
pymdown-extensions
recommonmark
[screwdrivercd.version]
version_type = sdv4_date