File tree Expand file tree Collapse file tree 4 files changed +24
-33
lines changed Expand file tree Collapse file tree 4 files changed +24
-33
lines changed Original file line number Diff line number Diff line change 22 pycodestyle . --ignore=E501
33
44publish : clean
5- python3 setup.py bdist_wheel --universal
5+ python3 -m build
66 ls dist
77 twine upload dist/*
88 make clean
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " pgvector"
7+ version = " 0.3.4"
8+ description = " pgvector support for Python"
9+ readme = " README.md"
10+ authors = [
11+ {
name =
" Andrew Kane" ,
email =
" [email protected] " }
12+ ]
13+ license = {text = " MIT" }
14+ requires-python = " >= 3.8"
15+ dependencies = [
16+ " numpy"
17+ ]
18+
19+ [project .urls ]
20+ Homepage = " https://github.com/pgvector/pgvector-python"
21+
22+ [tool .pytest .ini_options ]
23+ asyncio_mode = " auto"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments