-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsetup.cfg
53 lines (49 loc) · 1.5 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
[metadata]
name = SaltPyLint
description = Required PyLint plugins needed in the several SaltStack projects.
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Pedro Algarvio
author_email = [email protected]
url = https://github.com/saltstack/salt-pylint
project_urls =
Source=https://github.com/saltstack/salt-pylint
Tracker=https://github.com/saltstack/salt-pylint/issues
Documentation=https://salt-pylint.readthedocs.io
license = Apache Software License 2.0
classifiers =
Programming Language :: Python
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
platforms = unix, linux, osx, cygwin, win32
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >= 3.8
setup_requires =
setuptools>=50.3.2
setuptools_scm[toml]>=3.4
setuptools-declarative-requirements
install_requires =
PyLint
[options.packages.find]
exclude =
tests*
[bdist_wheel]
universal = false
[sdist]
owner = root
group = root