-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (24 loc) · 887 Bytes
/
setup.cfg
File metadata and controls
25 lines (24 loc) · 887 Bytes
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
[metadata]
name = editorconfig_checker
description = Python wrapper around invoking editorconfig-checker (https://github.com/editorconfig-checker/editorconfig-checker)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/editorconfig-checker/editorconfig-checker.python
author = Marco M.
author_email = mmicu.github00@gmail.com
license = MIT
license_files = LICENSE
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Text Processing
Topic :: Utilities
[options]
python_requires = >=2.7