about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-29 13:13:18 +0530
committerAndinus <andinus@nand.sh>2021-04-29 13:15:33 +0530
commit2632569d3336eaf09c82cdf9f1332e2539e04e26 (patch)
tree0bdbfe42ffab543dcb432ab14375384ce415cad3
parent024b4c9abfa78c89a6dfab949aad074e7ea220b8 (diff)
downloadcaelum-2632569d3336eaf09c82cdf9f1332e2539e04e26.tar.gz
Prepare for fez upload
    >>= Inspecting ./META6.json
    =<< auth should start with "zef:"
    =<< If you're using git, make sure to commit your changes.
-rw-r--r--.gitignore3
-rw-r--r--META6.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4a5e4c7..640f8ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-lib/.precomp
+.precomp
+sdist/
diff --git a/META6.json b/META6.json
index 28010f9..b373aeb 100644
--- a/META6.json
+++ b/META6.json
@@ -1,6 +1,6 @@
 {
     "name" : "caelum",
-    "auth" : "github:andinus",
+    "auth" : "zef:andinus",
     "version" : "0.1.1",
     "description" : "Caelum is a text based Cee-lo game",
     "authors" : [ "Andinus <andinus@nand.sh>" ],