summarylogtreecommitdiffstats
path: root/yt2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'yt2.patch')
-rw-r--r--yt2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/yt2.patch b/yt2.patch
new file mode 100644
index 000000000000..68ef6e53107d
--- /dev/null
+++ b/yt2.patch
@@ -0,0 +1,11 @@
+--- yt-3.5.1/setup.py 2019-02-25 14:14:40.000000000 -0500
++++ yt-3.5.1/setup.py 2020-04-05 19:30:42.300796457 -0400
+@@ -373,7 +373,7 @@
+ keywords='astronomy astrophysics visualization ' +
+ 'amr adaptivemeshrefinement',
+ entry_points={'console_scripts': [
+- 'yt = yt.utilities.command_line:run_main',
++ 'yt2 = yt.utilities.command_line:run_main',
+ ],
+ 'nose.plugins.0.10': [
+ 'answer-testing = yt.utilities.answer_testing.framework:AnswerTesting'