-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (50 loc) · 2.07 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
[metadata]
name = godolint_coatl
version = 1.0.3
description = Python wrapper around invoking godolint (https://github.com/zabio3/godolint)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/coatl-dev/godolint-coatl
author = César Román
author_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
project_urls =
Funding = https://github.com/sponsors/cesarcoatl
Source = https://github.com/coatl-dev/godolint-coatl
Tracker = https://github.com/coatl-dev/godolint-coatl/issues
[options]
python_requires = >=3.8
setup_requires =
setuptools-download
[setuptools_download]
download_scripts =
[godolint]
group = godolint-binary
marker = sys_platform == "darwin" and platform_machine == "arm64"
marker = sys_platform == "darwin" and platform_machine == "x86_64"
url = https://github.com/zabio3/godolint/releases/download/v1.0.3/godolint_1.0.3_darwin_amd64.tar.gz
sha256 = 3fccd606ae8c462a51346215530d8a0f5683b7f9f3d882fe81d74f2504a530d7
extract = tar
extract_path = godolint
[godolint]
group = godolint-binary
marker = sys_platform == "linux" and platform_machine == "x86_64"
url = https://github.com/zabio3/godolint/releases/download/v1.0.3/godolint_1.0.3_linux_amd64.tar.gz
sha256 = 55498d6257a0db018ca631576b318dc0403ccb1a2a16e836b562ddf1e7e5ae83
extract = tar
extract_path = godolint
[godolint.exe]
group = godolint-binary
marker = sys_platform == "win32" and platform_machine == "AMD64"
marker = sys_platform == "win32" and platform_machine == "ARM64"
marker = sys_platform == "cygwin" and platform_machine == "x86_64"
url = https://github.com/zabio3/godolint/releases/download/v1.0.3/godolint_1.0.3_windows_amd64.tar.gz
sha256 = e42d3b0d1ea1f5ac21dfa43a0f6bf6cecb382f61d08b72aa582671da0a5280aa
extract = tar
extract_path = godolint.exe