info.ss
#lang setup/infotab
(define name "DrFuzzy")
(define blurb '("Quick find files to open inside DrScheme."))
(define homepage "http://github.com/ebellani/Dr-Fuzzy")
(define version "1.2")

(define release-notes
  '((p "Documentation added.")))

(define primary-file "fuzzy-tool.scm")
(define categories '(devtools))

;; This is the file which is loaded on the module start.
(define tools '(("fuzzy-tool.scm")))

;; the url of the plugin.
(define tool-urls (list #f))

(define scribblings '(("dr-fuzzy-manual.scrbl" ())))

(define compile-omit-files '("dr-fuzzy-test.scm"))

(define required-core-version "4.0")
(define repositories '("4.x"))
(define tool-icons (list "fuzzy.jpg"))