From 2c5b03c726acb04f526a1da2685569a874057bbe Mon Sep 17 00:00:00 2001 From: Joshua DArcy Date: Mon, 27 Jul 2020 19:33:31 -0400 Subject: [PATCH] adding new --- nutritiontools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutritiontools/setup.py b/nutritiontools/setup.py index 65ca69c..cdae741 100644 --- a/nutritiontools/setup.py +++ b/nutritiontools/setup.py @@ -1,4 +1,4 @@ -rom distutils.core import setup +from distutils.core import setup setup( name = 'nutritiontools', # How you named your package folder (MyLib) packages = ['nutritiontools'], # Chose the same as "name"