-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
54 lines (48 loc) · 1.43 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
[metadata]
name = chk
version = 0.5.0
author = Mahmudul Hasan
author_email = hasanlock@gmail.com
description = Low-code API quality testing, and automation toolbox.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://chkware.github.io
project_urls =
Bug Tracker = https://github.com/chkware/cli/issues
GitHub = https://github.com/chkware/cli
Twitter = https://twitter.com/chkware
Documentation = https://chkware.github.io
Ask a question = https://stackoverflow.com/questions/tagged/chkware-cli
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Information Technology
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: MacOS
Operating System :: Microsoft
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Software Development
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
Topic :: System :: Networking
Topic :: Terminals
Topic :: Text Processing
Topic :: Utilities
[options]
package_dir =
chk=chk
packages = find_namespace:
python_requires = >=3.11
install_requires = file: requirements.txt
[options.packages.find]
where =
exclude=
tests
tests.*
docs
docs.*
[options.entry_points]
console_scripts =
chk=chk.console.main:chk