diff --git a/cl-info-test.asd b/cl-info-test.asd index b2a0174..828f35b 100644 --- a/cl-info-test.asd +++ b/cl-info-test.asd @@ -1,7 +1,3 @@ -#| - This file is a part of cl-info project. -|# - (defsystem cl-info-test :author "" :license "" diff --git a/cl-info.asd b/cl-info.asd index 7ae21a4..ebac693 100644 --- a/cl-info.asd +++ b/cl-info.asd @@ -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"