move info

This commit is contained in:
Matthew Butterick 2016-04-18 23:23:58 -07:00
parent 08842f44d6
commit e79b131533
2 changed files with 5 additions and 3 deletions

View File

@ -0,0 +1,5 @@
#lang info
(define collection 'multi)
(define compile-omit-paths '("demo"))
(define test-omit-paths '("demo"))

View File

@ -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"))