-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (24 loc) · 784 Bytes
/
setup.cfg
File metadata and controls
25 lines (24 loc) · 784 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 = openghg
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache Software License
author = Gareth Jones
url = https://github.com/openghg/gather
classifiers =
License :: OSI Approved :: Apache Software License
Intended Audience :: Education
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Natural Language :: English
Operating System :: OS Independent
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
[flake8]
ignore = E203, W503, E501, W291, E127, E128
per-file-ignores = __init__.py:F401
max-line-length = 110