Skip to content

Instantly share code, notes, and snippets.

@Nek
Created April 17, 2017 10:56
Show Gist options
  • Select an option

  • Save Nek/1585cee87852cdd8b5e0f40c310bd168 to your computer and use it in GitHub Desktop.

Select an option

Save Nek/1585cee87852cdd8b5e0f40c310bd168 to your computer and use it in GitHub Desktop.
(defproject moodwiz "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]]
:resource-paths ["resources" "resources/vader-sentiment-analyzer-1.0.jar"]
:main moodwiz.core
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment