-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsetup.cfg
45 lines (42 loc) · 1.06 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
[flake8]
ignore = E128,E811,W503,E203
max-line-length = 100
[metadata]
name = linkstatus
author = Nikhil Dhandre
author_email = nik.digitronik@live.com
license_file = LICENSE
description = Simple text/ markdown links status checker
keywords =
linkstatus
linkchecker
link-checker
markdown
text
linklint
link
url = https://github.com/pythonpune/linkstatus
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Natural Language :: English
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: End Users/Desktop
Intended Audience :: Developers
Environment :: Console
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
packages = find:
zip_safe = False
setup_requires = setuptools_scm
install_requires =
click
requests
urlextract
include_package_data = True
python_requires = >=3.6
[options.entry_points]
console_scripts =
linkstatus=linkstatus.linkstatus:main