Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Mar 2, 2024
1 parent 606e958 commit 77ef00d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from setuptools import setup
from Cython.Build import cythonize
from setuptools.extension import Extension

version="0.0.1"
Expand Down Expand Up @@ -38,9 +37,6 @@
# 'ciostream = ciostream.pkginfo:PkgInfo'
# ]
# },
ext_modules = cythonize([ext],
compiler_directives={
'embedsignature': True,
'language_level': '3str'})
ext_modules=[ext]
)

0 comments on commit 77ef00d

Please sign in to comment.