File tree Expand file tree Collapse file tree 4 files changed +24
-21
lines changed Expand file tree Collapse file tree 4 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -149,3 +149,4 @@ checklink/cookies.txt
149
149
150
150
# Quarto
151
151
.quarto
152
+ token
Original file line number Diff line number Diff line change
1
+ # Release notes
2
+
3
+ <!-- do not remove -->
4
+
5
+ ## 0.0.1
6
+
7
+ First Release!
8
+
Original file line number Diff line number Diff line change 1
1
[DEFAULT]
2
- # All sections below are required unless otherwise specified.
3
- # See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
4
-
5
- # ## Python library ###
6
2
repo = python-vector
7
3
lib_name = timescale-vector
8
- version = 0.0.1
4
+ version = 0.0.2
9
5
min_python = 3.7
10
6
license = apache2
11
7
black_formatting = False
12
-
13
- # ## nbdev ###
14
8
doc_path = _docs
15
9
lib_path = timescale_vector
16
10
nbs_path = nbs
17
11
recursive = True
18
12
tst_flags = notest
19
13
put_version_in_init = True
20
-
21
- # ## Docs ###
22
14
branch = main
23
15
custom_sidebar = False
24
- doc_host = https://%(user)s.github.io
25
- doc_baseurl = /%(repo)s
26
- git_url = https://github.com/%(user)s/%(repo)s
27
- title = %(lib_name)s
28
-
29
- # ## PyPI ###
16
+ doc_host = https://timescale.github.io
17
+ doc_baseurl = /python-vector
18
+ git_url = https://github.com/timescale/python-vector
19
+ title = timescale-vector
30
20
audience = Developers
31
21
author = Matvey Arye
32
22
33
- copyright = 2023 onwards, %(author)s
23
+ copyright = 2023 onwards, Matvey Arye
34
24
description = Python library for storing vector data in Postgres
35
25
keywords = nbdev jupyter notebook python
36
26
language = English
37
27
status = 3
38
28
user = timescale
39
-
40
- # ## Optional ###
41
29
requirements = asyncpg psycopg2 pgvector
42
- dev_requirements = python-dotenv
43
- # console_scripts =
30
+ dev_requirements = python-dotenv
31
+ readme_nb = index.ipynb
32
+ allowed_metadata_keys =
33
+ allowed_cell_metadata_keys =
34
+ jupyter_hooks = True
35
+ clean_ids = True
36
+ clear_all = False
37
+
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.0.2 "
You can’t perform that action at this time.
0 commit comments