diff --git a/README.md b/README.md index 14018e9..5ba6d10 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ easy_install pygame 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 diff --git a/setup.py b/setup.py index c6ced1b..aa3032c 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ SETUP_COMMON = { ] }, 'scripts': [ - 'main.py' + 'mcedit.py' ] }