move info
This commit is contained in:
parent
08842f44d6
commit
e79b131533
5
beautiful-racket/br/info.rkt
Normal file
5
beautiful-racket/br/info.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang info
|
||||
(define collection 'multi)
|
||||
|
||||
(define compile-omit-paths '("demo"))
|
||||
(define test-omit-paths '("demo"))
|
|
@ -4,6 +4,3 @@
|
|||
(define version "0.01")
|
||||
(define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "ragg" "parser-tools-lib"))
|
||||
(define build-deps '("racket-doc"))
|
||||
|
||||
(define compile-omit-paths '("br/demo"))
|
||||
(define test-omit-paths '("br/demo"))
|
Loading…
Reference in New Issue
Block a user