forked from MartinThoma/openpyxl-stubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (31 loc) · 915 Bytes
/
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
[metadata]
name = openpyxl-stubs
author = Martin Thoma
author_email = [email protected]
maintainer = Martin Thoma
maintainer_email = [email protected]
version = 0.1.23
description = Type stubs for openpyxl
long_description = file: README.md
long_description_content_type = text/markdown
keywords = utility,mypy,stubs
url = https://github.com/MartinThoma/openpyxl-stubs
license = MIT license
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Natural Language :: English
[isort]
import_heading_stdlib=Core Library modules
import_heading_thirdparty=Third party modules
import_heading_firstparty=First party modules
import_heading_localfolder=Local modules
include_trailing_comma=True
indent=' '
known_third_party =setuptools
length_sort=0
line_length=80
multi_line_output=3
[mypy]
ignore_missing_imports = True