Skip to content

Commit bb5dee4

Browse files
committed
Change project name to be consistent, use published jsonpath lib
1 parent b766e07 commit bb5dee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools >= 64.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "document_lib_python"
6+
name = "document-lib-python"
77
version = "0.1.0"
88
authors = [
99
{ name="Julian Nguyen", email="[email protected]" },
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3",
1616
]
1717
dependencies = [
18-
"jsonpath-ng @ git+https://github.com/aerospike-community/jsonpath-ng.git@5de7e0709e90f0a50eb410d022fdadeaaf0a72c9",
18+
"jsonpath-ng-aerospike==1.5.3",
1919
"aerospike==7.0.2",
2020
]
2121

0 commit comments

Comments
 (0)