is it possible to include an edn file in project.clj?
You can just slurp it (but you have to unquote the call with ~ if you're inside defproject)
slurp
~
defproject
i did figure that out thanks
:zprint ~(clojure.edn/read-string (slurp ".zprint.edn"))