Skip to content

Commit 8bdbd4c

Browse files
committed
Update details in setup.py
1 parent c1b1f1f commit 8bdbd4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44

55
setuptools.setup(
6-
name='jsonpath-ng',
6+
name='jsonpath-ng-aerospike',
77
version='1.5.3',
88
description=(
9-
'A final implementation of JSONPath for Python that aims to be '
9+
'A final implementation of JSONPath for Python that aims to be '
1010
'standard compliant, including arithmetic and binary comparison '
1111
'operators and providing clear AST for metaprogramming.'
1212
),
13-
author='Tomas Aparicio',
14-
author_email='[email protected]',
15-
url='https://github.com/h2non/jsonpath-ng',
13+
author='Tomas Aparicio, Julian Nguyen',
14+
15+
url='https://github.com/aerospike-community/jsonpath-ng',
1616
license='Apache 2.0',
1717
long_description=io.open('README.rst', encoding='utf-8').read(),
1818
packages=['jsonpath_ng', 'jsonpath_ng.bin', 'jsonpath_ng.ext'],

0 commit comments

Comments
 (0)