From e86d9d12adf224a0dff895aee24ea9865a665e17 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 24 Apr 2021 04:24:20 +0100 Subject: [PATCH] update version 0.0.1 --- README.md | 14 ++++++-------- setup.py | 3 ++- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 28705179..8f095f0d 100644 --- 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 diff --git a/setup.py b/setup.py index 5dee8fad..c3e57d6b 100644 --- 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+)", -- 2.30.2