Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/typ/setup.py

Issue 660133004: Roll typ to v0.8.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/typ/run ('k') | third_party/typ/typ/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/setup.py
diff --git a/third_party/typ/setup.py b/third_party/typ/setup.py
index ebc740a0005af905c3025d25122d6cc576196b52..170398f1c2ebced8b7781a96cec62106f1c3fd18 100644
--- a/third_party/typ/setup.py
+++ b/third_party/typ/setup.py
@@ -34,7 +34,7 @@ setup(
package_data={'': ['../README.rst']},
entry_points={
'console_scripts': [
- 'typ=typ.cmdline:main',
+ 'typ=typ.runner:main',
]
},
install_requires=[
« no previous file with comments | « third_party/typ/run ('k') | third_party/typ/typ/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698