forked from axelerant/axl-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (28 loc) · 768 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
[metadata]
name = axl-template
version = 0.6.3
description = Scaffold a Drupal site template
long_description = file: README.md
long_description_content_type = text/markdown
keywords = drupal
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
Programming Language :: Python :: 3
author = hussainweb
author_email = [email protected]
url = https://github.com/axelerant/axl-template
[options]
include_package_data = True
packages = find:
install_requires =
Click
python_requires = >=3.7
[options.entry_points]
console_scripts =
init-drupal=axltempl.drupal:main
init-gitlab=axltempl.gitlab:main
init-lando=axltempl.lando:main