From 88268f4f8f9f06773262908cf19a97111238fcb6 Mon Sep 17 00:00:00 2001 From: dowright Date: Mon, 23 Aug 2021 18:40:30 -0700 Subject: [PATCH] work on new packet --- setup2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup2.py b/setup2.py index dbf4d43..88e65c0 100644 --- a/setup2.py +++ b/setup2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -from setuptools import setup +from setuptools import setup, Extension from Cython.Build import cythonize from Cython.Distutils import build_ext