File tree 4 files changed +8
-91
lines changed
4 files changed +8
-91
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
3
+ import zanthor .main
4
+ if __name__ == "__main__" :
5
+ zanthor .main .main ()
6
+
Original file line number Diff line number Diff line change 22
22
'name' :APP_NAME ,
23
23
'version' :'1.2' ,
24
24
'license' : 'GPL' ,
25
- 'description' :'Zanthor is a game where you play an evil robot castle which is powered by steam.' ,
25
+ 'description' :'Zanthor is a game where you play an evil robot castle which is powered by steam. @zanthorgame #python #pygame ' ,
26
26
'author' :'zanthor.org' ,
27
27
'author_email' :
'[email protected] ' ,
28
28
'url' :'http://www.zanthor.org/' ,
82
82
'zanthor.pgu' ,
83
83
'zanthor.pgu.gui' ,
84
84
],
85
+ 'scripts' : ['scripts/zanthor' ],
85
86
}
86
87
87
88
PACKAGEDATA .update (METADATA )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ def data_dir(*args):
18
18
_DATA_DIR = os .path .join ('zanthor' , 'data' )
19
19
if not os .path .exists (_DATA_DIR ):
20
20
_DATA_DIR = os .path .join (os .path .split (__file__ )[0 ], 'data' )
21
- print _DATA_DIR
22
21
return os .path .join (* ([_DATA_DIR ] + list (args )))
23
22
24
23
# the base size.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments