Merge branch 'master' of github.com:mcedit/mcedit

This commit is contained in:
Tyler Kennedy 2012-03-04 19:23:19 -05:00
commit 61b90b3ac6
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ easy_install pygame
easy_install pyyaml easy_install pyyaml
``` ```
You should now be able to run MCEdit with `python main.py` assuming you've installed all the dependencies correctly. You should now be able to run MCEdit with `python mcedit.py` assuming you've installed all the dependencies correctly.
### Freezing/Packaging ### Freezing/Packaging

View File

@ -52,7 +52,7 @@ SETUP_COMMON = {
] ]
}, },
'scripts': [ 'scripts': [
'main.py' 'mcedit.py'
] ]
} }