split out n_hat as separate property
[soc.git] / setup.py
index 3a11dd990c7bfc41768c4e7bb6c808f9ff1bebbe..fa48c40b91d8d5e75cddb5cd6a0df5086d9248e1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ install_requires = [
     'libresoc-ieee754fpu',   # uploaded (successfully, whew) to pip
     'libresoc-openpower-isa',  # uploaded (successfully, whew) to pip
     # 'nmigen-soc', # install manually from git.libre-soc.org
+    "cached-property",
 ]
 
 test_requires = [
@@ -29,8 +30,9 @@ test_requires = [
 setup(
     name='libresoc',
     version=version,
-    description="A nmigen-based OpenPOWER multi-issue Hybrid CPU / VPU / GPU",
+    description="A nmigen-based OpenPOWER multi-issue Hybrid 3D CPU-VPU-GPU",
     long_description=README + '\n\n' + NEWS,
+    long_description_content_type='text/markdown',
     classifiers=[
         "Topic :: Software Development",
         "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",