diff --git a/MANIFEST.in b/MANIFEST.in index ded01b3..8cebbb6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include llvm_emulator/parser.out -include README.org +include pypi_readme.rst diff --git a/pypi_readme.rst b/pypi_readme.rst index 12b0705..590501c 100644 --- a/pypi_readme.rst +++ b/pypi_readme.rst @@ -122,7 +122,7 @@ Pip way The recommended way to quickly install and use the emulator, is to install it via pip. The name on PyPI (where pip gets the software from) -is =llvm-minusminus-emulator= [1]_. +is ``llvm-minusminus-emulator`` [1]_. Make sure that you have Python 3 and pip installed (see above). Then install the emulator by running diff --git a/setup.py b/setup.py index 451098e..06eaf60 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ with open('pypi_readme.rst') as f: setup( name='llvm-minusminus-emulator', - version='1.0.1', + version='1.0.2', description='A simple hacky emulator/debugger for LLVM--', long_description=long_description, url='https://gitlab.com/cfreksen/llvm--emulator',