Prepare release 0.1.2
This commit is contained in:
+11
-1
@@ -30,7 +30,7 @@ Just try
|
|||||||
Start server
|
Start server
|
||||||
------------
|
------------
|
||||||
|
|
||||||
You don't need any special preparation to try to start server. Just execute below comands.
|
You don't need any special preparation to try to start server. Just execute below commands.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@@ -43,6 +43,16 @@ You don't need any special preparation to try to start server. Just execute belo
|
|||||||
Bottle v0.12.8 server starting up (using WSGIRefServer())...
|
Bottle v0.12.8 server starting up (using WSGIRefServer())...
|
||||||
Listening on http://localhost:8009/
|
Listening on http://localhost:8009/
|
||||||
|
|
||||||
|
Or, you can install from PyPi.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
(.venv)$ pip install markdown-server
|
||||||
|
(.venv)$ markdownserver
|
||||||
|
Bottle v0.12.8 server starting up (using WSGIRefServer())...
|
||||||
|
Listening on http://localhost:8009/
|
||||||
|
|
||||||
|
|
||||||
If server start up successfully, browse below URL and check the converted result.
|
If server start up successfully, browse below URL and check the converted result.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ def read_file(filename):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'markdown-server',
|
name = 'markdown-server',
|
||||||
version = '0.1.1',
|
version = '0.1.2',
|
||||||
description = 'A simple markdown server.',
|
description = 'A simple markdown server.',
|
||||||
long_description = read_file('README.rst'),
|
long_description = read_file('README.rst'),
|
||||||
author = 'Masato Ohba',
|
author = 'Masato Ohba',
|
||||||
|
|||||||
Reference in New Issue
Block a user