Skip to content
project.clj 283 B
Newer Older
(defproject python/lein-template "1.5.3"
Yuanle Song's avatar
Yuanle Song committed
  :description "lein template for a python project"
  :url "https://blog.emacsos.com/python-project-template"
Yuanle Song's avatar
Yuanle Song committed
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :eval-in-leiningen true)