diff options
author | Peter Bex <peter@more-magic.net> | 2011-06-06 22:13:11 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-06-06 22:13:11 +0200 |
commit | 74fdbca0a296c4e5893f400798398a63b20202bc (patch) | |
tree | eebd1289a96561135aaf6ea4a7d48c95e0c6c25a /smsmatrix.meta | |
download | smsmatrix-74fdbca0a296c4e5893f400798398a63b20202bc.tar.gz |
Initial checkin. Not great yet - especially define/api needs to be improved
Diffstat (limited to 'smsmatrix.meta')
-rw-r--r-- | smsmatrix.meta | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/smsmatrix.meta b/smsmatrix.meta new file mode 100644 index 0000000..ee3413e --- /dev/null +++ b/smsmatrix.meta @@ -0,0 +1,10 @@ +;;; smsmatrix.meta -*- Scheme -*- + +((egg "smsmatrix") + (synopsis "Library for using the SMSMatrix gateway services for sending SMS and fax messages") + (category misc) + (author "Peter Bex") + (doc-from-wiki) + (license "BSD") + (depends http-client) + (files "smsmatrix.setup" "smsmatrix.scm" "smsmatrix.release-info" "smsmatrix.meta"))
\ No newline at end of file |