Update project.clj

This commit is contained in:
Nils 2014-11-15 23:31:17 +01:00
parent 824668e850
commit 386ae2c631
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
(defproject weather-data "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:description "A small clojure project where played around with some weather data."
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/data.csv "0.1.2"] [clj-time "0.8.0"]]