Fix PyPI readme issue.
Increase version number to appease PyPI.
This commit is contained in:
parent
79d6cc9486
commit
5381c0037f
|
@ -1,2 +1,2 @@
|
||||||
include llvm_emulator/parser.out
|
include llvm_emulator/parser.out
|
||||||
include README.org
|
include pypi_readme.rst
|
||||||
|
|
|
@ -122,7 +122,7 @@ Pip way
|
||||||
|
|
||||||
The recommended way to quickly install and use the emulator, is to
|
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)
|
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
|
Make sure that you have Python 3 and pip installed (see above). Then
|
||||||
install the emulator by running
|
install the emulator by running
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ with open('pypi_readme.rst') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='llvm-minusminus-emulator',
|
name='llvm-minusminus-emulator',
|
||||||
version='1.0.1',
|
version='1.0.2',
|
||||||
description='A simple hacky emulator/debugger for LLVM--',
|
description='A simple hacky emulator/debugger for LLVM--',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://gitlab.com/cfreksen/llvm--emulator',
|
url='https://gitlab.com/cfreksen/llvm--emulator',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user