Remove scribblings ref
This commit is contained in:
parent
2f84d13a2d
commit
49f5b85e22
1 changed files with 1 additions and 1 deletions
2
info.rkt
2
info.rkt
|
@ -2,7 +2,7 @@
|
||||||
(define collection "racket-utils")
|
(define collection "racket-utils")
|
||||||
(define deps '("base" "http-easy-lib"))
|
(define deps '("base" "http-easy-lib"))
|
||||||
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
||||||
(define scribblings '(("scribblings/tryme.scrbl" ())))
|
;;(define scribblings '(("scribblings/tryme.scrbl" ())))
|
||||||
(define pkg-desc "Some utilities for working with racket")
|
(define pkg-desc "Some utilities for working with racket")
|
||||||
(define version "0.0")
|
(define version "0.0")
|
||||||
(define pkg-authors '(ray1729))
|
(define pkg-authors '(ray1729))
|
||||||
|
|
Loading…
Reference in a new issue