-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (37 loc) · 942 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
39
40
41
42
43
[metadata]
name = magic-module-scaffolder
dynamic = ["version"]
author = Mark van Holsteijn
url = https://github.com/binxio/magic-module-scaffolder
author_email = [email protected]
description = generate and update Magic Module resource definitions
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Environment :: Console
License :: OSI Approved :: Apache Software License
Development Status :: 3 - Alpha
Intended Audience :: Developers
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Unix
Programming Language :: Python :: 3
[options]
package_dir=
=src
packages=find:
zip_safe = True
include_package_data = True
install_requires =
requests
ruamel-yaml
click
pattern
nltk
use_scm_version = True
[options.packages.find]
where=
src
[options.entry_points]
console_scripts =
mm-scaffolder = magic_module_scaffolder.__main__:main