Skip to content
project.clj 415 B
Newer Older
(defproject python/lein-template "3.0.0"
Yuanle Song's avatar
Yuanle Song committed
  :description "lein template for a python project"
  :url "https://gitlab.emacsos.com/sylecn/python-project-template"
  :license {:name "Apache License 2.0"
            :url "https://www.apache.org/licenses/LICENSE-2.0"
            :author "Yuanle Song"
            :email "sylecn@gmail.com"
            :year 2021
            :key "apache-2.0"}
Yuanle Song's avatar
Yuanle Song committed
  :eval-in-leiningen true)