File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ [* ]
2
+ charset = utf-8
3
+ end_of_line = lf
4
+ insert_final_newline = true
5
+ trim_trailing_whitespace = true
6
+
7
+ [* .py ]
8
+ indent_style = space
9
+ indent_size = 4
10
+
11
+ [* .js ]
12
+ indent_style = space
13
+ indent_size = 2
14
+
15
+ [* .{yml,yaml} ]
16
+ indent_style = space
17
+ indent_size = 2
18
+
Original file line number Diff line number Diff line change 1
- # jupyter-pgweb-proxy
1
+ # jupyter-pgweb-proxy
2
+
3
+ ## Build
4
+
5
+ ```
6
+ python3 -m pip install hatch
7
+
8
+ hatch build
9
+
10
+ ls -la dist/*
11
+ ```
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " jupyter-pgweb-proxy"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
authors = [
9
9
{
name =
" Matus Kosut" ,
email =
" [email protected] " },
10
10
{
name =
" Hans Stemshaug" ,
email =
" [email protected] " },
11
11
]
12
- description = " A small example package "
12
+ description = " Jupyter server proxy for pgweb "
13
13
readme = " README.md"
14
14
license = { file = " LICENSE.md" }
15
15
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments