remove 'planet' from plt/bin (raco planet does the same thing and

planet conflicted with another package in Debian)
This commit is contained in:
Robby Findler 2012-08-18 20:26:50 -05:00
parent ec34fc6870
commit 258f267508

View File

@ -1,8 +1,6 @@
#lang setup/infotab
(define name "PLaneT")
(define mzscheme-launcher-names '("planet"))
(define mzscheme-launcher-libraries '("planet.rkt"))
(define scribblings '(("planet.scrbl" (multi-page) (tool))))
(define raco-commands '(("planet" planet/raco "manage Planet package installations" 80)))