Updated information in the asd file.

This commit is contained in:
Alexander Artemenko 2018-08-27 21:33:12 +03:00
parent c942f5bdfb
commit 2a879c21b4
2 changed files with 3 additions and 7 deletions

View file

@ -1,7 +1,3 @@
#|
This file is a part of cl-info project.
|#
(defsystem cl-info-test
:author ""
:license ""

View file

@ -1,12 +1,12 @@
#-asdf3.1 (error "cl-info requires ASDF 3.1")
(defsystem cl-info
:version (:read-file-form "version.lisp-expr")
:author ""
:license ""
:author "Alexander Artemenko"
:license "BSD"
:class :package-inferred-system
:pathname "src"
:depends-on ("cl-info/core")
:description ""
:description "A helper to an answer a question about OS, Lisp and Everything."
:long-description
#.(with-open-file (stream (merge-pathnames
#p"README.rst"