blob: 262dedb60a3db8f77bfa8db4266ec0f9a70fa11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/str.asd b/str.asd
index 90d96dc..8c89fcf 100644
--- a/str.asd
+++ b/str.asd
@@ -13,8 +13,4 @@
:cl-ppcre-unicode
:cl-change-case)
:components ((:file "str"))
-
- :long-description
- #.(uiop:read-file-string
- (uiop:subpathname *load-pathname* "README.md"))
:in-order-to ((test-op (test-op :str.test))))
|