-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.edn
22 lines (20 loc) · 1.09 KB
/
project.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{:name io.lazy-cat/tools.project
:version "0.1.{{ git/commits-count }}{{ version/pre-release }}"
:description "A project management tool."
:license "MIT"
:author "Ilshat Sultanov <[email protected]>"
:contributors [{:name "Ilshat Sultanov"
:email "[email protected]"
:url "https://github.com/just-sultanov"}]
:homepage "https://github.com/lazy-cat-io/tools.project#readme"
:repository {:url "https://github.com/lazy-cat-io/tools.project"}
:bugs {:url "https://github.com/lazy-cat-io/tools.project/issues"}
:keywords [:clojure :project-management :project-management-tool]
:build {:src-dirs ["src/main/clojure"]
:resource-dirs ["src/main/resources"]
:target "target"
:jar-file "target/tools.project.jar"
:scm {:url #ref [:repository :url]}}
:metadata {:build/created-at "{{ build/created-at }}"
:git/branch "{{ git/branch }}"
:git/sha "{{ git/sha }}"}}