[pypy-commit] pypy install-rpython: Point 'rpython' to something that will give a useful message when run without arguments

rlamy noreply at buildbot.pypy.org
Sun Apr 12 17:36:43 CEST 2015


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: install-rpython
Changeset: r76780:689f40c7cd51
Date: 2015-04-12 16:36 +0100
http://bitbucket.org/pypy/pypy/changeset/689f40c7cd51/

Log:	Point 'rpython' to something that will give a useful message when
	run without arguments

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@
     install_requires=['pytest'],
     entry_points={
         "console_scripts" : [
-            "rpython = rpython.translator.goal.translate:main",
+            "rpython = rpython.__main__:main",
         ],
     },
 )


More information about the pypy-commit mailing list