diff options
author | Andinus <andinus@nand.sh> | 2021-04-29 13:13:18 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-04-29 13:15:33 +0530 |
commit | 2632569d3336eaf09c82cdf9f1332e2539e04e26 (patch) | |
tree | 0bdbfe42ffab543dcb432ab14375384ce415cad3 | |
parent | 024b4c9abfa78c89a6dfab949aad074e7ea220b8 (diff) | |
download | caelum-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-- | .gitignore | 3 | ||||
-rw-r--r-- | META6.json | 2 |
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>" ], |