correcting use of uint32_t where uint64_t should be used
[sfpy.git] / setup.py
index efaf9dfff90a054b7f5717c9cfcfedcaa6ffabde..335d62ee61cb3ee9ce7a324198691f7d2a735113 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,6 @@ posit_ext = setuptools.Extension(
     'sfpy.posit', ['sfpy/posit.c'],
     include_dirs=['SoftPosit/source/include/'],
     extra_objects=['SoftPosit/build/Linux-x86_64-GCC/softposit.a'],
-    libraries=['m'],
 )
 
 float_ext = setuptools.Extension(
@@ -18,7 +17,7 @@ float_ext = setuptools.Extension(
 
 setuptools.setup(
     name='sfpy',
-    version='0.4.0',
+    version='0.4.3',
     author='Bill Zorn',
     author_email='bill.zorn@gmail.com',
     url='https://github.com/billzorn/sfpy',