Updated information in the asd file.
This commit is contained in:
parent
c942f5bdfb
commit
2a879c21b4
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
||||||
#|
|
|
||||||
This file is a part of cl-info project.
|
|
||||||
|#
|
|
||||||
|
|
||||||
(defsystem cl-info-test
|
(defsystem cl-info-test
|
||||||
:author ""
|
:author ""
|
||||||
:license ""
|
:license ""
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#-asdf3.1 (error "cl-info requires ASDF 3.1")
|
#-asdf3.1 (error "cl-info requires ASDF 3.1")
|
||||||
(defsystem cl-info
|
(defsystem cl-info
|
||||||
:version (:read-file-form "version.lisp-expr")
|
:version (:read-file-form "version.lisp-expr")
|
||||||
:author ""
|
:author "Alexander Artemenko"
|
||||||
:license ""
|
:license "BSD"
|
||||||
:class :package-inferred-system
|
:class :package-inferred-system
|
||||||
:pathname "src"
|
:pathname "src"
|
||||||
:depends-on ("cl-info/core")
|
:depends-on ("cl-info/core")
|
||||||
:description ""
|
:description "A helper to an answer a question about OS, Lisp and Everything."
|
||||||
:long-description
|
:long-description
|
||||||
#.(with-open-file (stream (merge-pathnames
|
#.(with-open-file (stream (merge-pathnames
|
||||||
#p"README.rst"
|
#p"README.rst"
|
||||||
|
|
Loading…
Reference in a new issue