diff --git a/setup.py b/setup.py index 262ca22..763e172 100644 --- a/setup.py +++ b/setup.py @@ -82,5 +82,3 @@ def makeExtensions(path): ext_modules = extensions, cmdclass={'build_ext': build_ext}, ) - -B