From 85bf4b8cd65e19b9e99fc697510462668485c7a4 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Sun, 3 Jan 2021 11:20:33 -0800 Subject: [PATCH] Add setup.cfg for conda / fastai integration --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..5bb6cfce --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[dist_conda] + +conda_name_differences = 'torch:pytorch' +channels = pytorch