work on new packet

This commit is contained in:
dowright 2021-08-23 18:40:30 -07:00 committed by DOWRIGHT
parent 5d874fe3a7
commit 88268f4f8f

View File

@ -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