forked from coala/coala-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.moban.yaml
52 lines (46 loc) · 1.35 KB
/
.moban.yaml
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
44
45
46
47
48
49
50
51
52
overrides: coala.yaml
name: coala-quickstart
contact: coala.analyzer@gmail.com
description: A quickstart tool for coala
current_version: 0.4.0
version: 0.4.0
build_version: 0.4.0
package_module: coala_quickstart
url: https://github.com/coala/coala-quickstart
docs_dir: false
test_py36: false
maintainers: false
maintainer_list:
- Satwik Kansal
- Adrian Zatreanu
- Alexandros Dimos
- Adhityaa Chandrasekar
maintainer_emails:
- satwikkansal@gmail.com
- adrianzatreanu1@gmail.com
- alexandros.dimos.95@gmail.com
- c.adhityaa@gmail.com
entry_points:
console_scripts:
- coala-quickstart = coala_quickstart.coala_quickstart:main
dependencies:
# TODO: Remove lxml once the upstream issue https://github.com/vfaronov/httpolice/issues/5 with HTTpolice is fixed.
- lxml==3.6.0
- coala_bears~=0.12.0.dev20170722110839
- coala_utils~=0.6.6
- gemfileparser~=0.6.2
- pyjsparser~=2.4.5
configuration:
template_dir:
- ../coala-mobans/templates/
- ../coala-mobans/assets/
configuration: .moban.yaml
configuration_dir: ../coala-mobans/
targets:
- setup.py: coala-setup.py.jj2
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: test-requirements.txt.jj2
- coala_quickstart/VERSION: VERSION.jj2
- coala_quickstart/__init__.py: __init__.py.jj2
- .ci/appveyor.yml: ci/appveyor.yml.jj2
- .ci/run_with_env.cmd: run_with_env.cmd