update version 0.0.1 0.0.1
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 03:24:20 +0000 (04:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 03:24:20 +0000 (04:24 +0100)
README.md
setup.py

index 28705179c2c95f968de2f55589e16fd515131cc0..8f095f0db14b8f92cba8c683636f84be0e3a1ce0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,11 +22,9 @@ and the following scripts:
 
 Once those are sorted, installation and setup is as follows:
 
-```
-    python3 setup.py develop
-    make svanalysis
-    make pywriter
-```
+* python3 setup.py develop
+* make svanalysis
+* make pywriter
 
 # Usage
 
@@ -61,7 +59,7 @@ https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/simple/test/test_issuer.py
 The ISACaller itself of course needed to bootstrap up by having unit
 tests that explicitly and clearly checked against expected values.  Example:
 
-    python openpower/decoder/isa/test_caller.py
+* python openpower/decoder/isa/test_caller.py
 
 These tests pre-prepare the register files, then check afterwards that
 the result of operation is as expected.  In this way, at least basic
@@ -73,12 +71,12 @@ functionality of ISACaller can be confirmed in a stand-alone fashion
 Contributions are welcomed as this is a collaborative Libre Project.
 Libre-SOC is covered by the following dead-simple Charter:
 
-    https://libre-soc.org/charter/
+* https://libre-soc.org/charter/
 
 Contributions even to the Charter, in the form of appropriate Dilbert
 cartoons especially appreciated:
 
-    https://libre-soc.org/charter/discussion/
+* https://libre-soc.org/charter/discussion/
 
 # Copyrights
 
index 5dee8fad14851b55612701ce2192cf8a1386b809..c3e57d6b6df2d711219da7c70dc5a05e633dfe62 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,8 @@ setup(
     name='libresoc-openpower-isa',
     version=version,
     description="OpenPOWER ISA resources including a python-based simulator",
-    long_description=README + '\n\n' + NEWS,
+    long_description=README + '\n\n',
+    long_description_content_type='text/markdown',
     classifiers=[
         "Topic :: Software Development",
         "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",