-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 882 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
[metadata]
name = ghaction
author = Ganesh Hubale
author-email = [email protected]
maintainer = Ganesh Hubale
maintainer_email = [email protected]
license_file = LICENSE
description = Learning GitHub actions
keywords =
gh
action
url = https://github.com/ganeshhubale/gh-actions
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Natural Language :: English
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: MIT
[options]
package_dir =
=src
packages = find:
zip_safe = False
setup_requires = setuptools_scm
include_package_data = True
[options.packages.find]
where = src
[flake8]
ignore = E128,E811,W503,E203
max-line-length = 100