Skip to content

Commit b1fe0f0

Browse files
committed
update setup.py
added "Extension" to see if it fixes the pypi... ugh
1 parent 83764ae commit b1fe0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
# Always prefer setuptools over distutils
12-
from setuptools import setup, find_packages
12+
from setuptools import setup, find_packages, Extension
1313
# To use a consistent encoding
1414
from codecs import open
1515
from os import path

0 commit comments

Comments
 (0)