Skip to content

Commit 72bc154

Browse files
committed
add local host, http://localhost:8012/client/\?ws\=ws://localhost:8012
1 parent 9300d2b commit 72bc154

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include VERSION
22
recursive-include vuer/ *.*
3+
recursive-include client_build/ *.*

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ to documentation and usage examples, simply:
105105

106106
.. code-block:: bash
107107

108-
pip install -e '.[dev]'
108+
pip install -e '.[all]'
109109
make docs
110110

111111
This should fire up an http server at the port ``8888``, and you can

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vuer"
7-
version = "0.0.26-rc1"
7+
version = "0.0.26-rc2"
88
description = ""
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)