first version!

This commit is contained in:
Gered 2014-03-25 11:08:59 -04:00
parent c4be082881
commit a2c22181f8

View file

@ -1,6 +1,6 @@
(defproject clj-metasearch "0.1.0-SNAPSHOT"
(defproject clj-metasearch "0.1"
:description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata."
:url "http://example.com/FIXME"
:url "https://github.com/gered/clj-metasearch"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.5.1"]