X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=c0e1524cc759da51c04bc142bf9c4364ef33b1ac;hb=ce11134e052322c164595fcc1138a454aa80eeb1;hp=c5bf5cf02cacb34274123f02f5dbfac9ee440059;hpb=7aea44d471226db693ee99fd272504248d57375b;p=ieee754fpu.git diff --git a/setup.py b/setup.py index c5bf5cf0..c0e1524c 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() version = '0.0.1' install_requires = [ - 'nmutil', + 'libresoc-nmutil', # 'sfpy', # XXX temporarily disabled - 'gmpy2' + 'bigfloat' ] test_requires = [ @@ -19,13 +19,13 @@ test_requires = [ ] setup( - name='ieee754fpu', + name='libresoc-ieee754fpu', version=version, description="A nmigen IEEE754 Floating-Point library", long_description=README + '\n\n' + NEWS, classifiers=[ "Topic :: Software Development :: Libraries", - "License :: OSI Approved :: LGPLv3+", + "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)" "Programming Language :: Python :: 3", ], keywords='nmigen ieee754',