(defproject python/lein-template "3.0.1" :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"} :eval-in-leiningen true)