From ee4beb6d8a53c8ea505a0391ad1ef98c2ba3216d Mon Sep 17 00:00:00 2001 From: samantasomen222 <70103129+samantasomen222@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:58:37 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5d49711..e2e0bd7 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +'''getting things import''' + from setuptools import setup, find_packages, Extension from Cython.Distutils import build_ext import numpy