From a4cfe1da42c6ee77147b6726ab1b8dd5c8923ef1 Mon Sep 17 00:00:00 2001 From: David Sowder Date: Sun, 4 Mar 2012 17:26:45 -0600 Subject: [PATCH] Adjust setup.py and README.md for replacement of usage of main.py with usage of mcedit.py --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ] }