Author: Ronan Lamy <[email protected]>
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",
],
},
)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit