info.rkt
#lang setup/infotab

(define name "Date Chooser")

(define blurb
  '("A date gui control."
    "Click button to change year, month and day."
    "Custom size, font and color."))

(define scribblings '(("manual.scrbl" ())))

(define release-notes
  (list '(ul
          (li "A simple date-chooser gui control.")
          (li "Custom size and font and color")
          (li "Initial release"))))

(define primary-file "date-chooser.rkt")

(define required-core-version "5.3.1")

(define repositories '("4.x"))

(define categories '(ui))