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"
44
55[project ]
66name = " jupyter-pgweb-proxy"
7- version = " 0.0.1 "
7+ version = " 0.0.2 "
88authors = [
99 { name =" Matus Kosut" , email =" matus.kosut@ntnu.no" },
1010 { name =" Hans Stemshaug" , email =" hans.stemshaug@ntnu.no" },
1111]
12- description = " A small example package "
12+ description = " Jupyter server proxy for pgweb "
1313readme = " README.md"
1414license = { file = " LICENSE.md" }
1515requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments