Skip to content

Commit 00f28c9

Browse files
committed
Change package name.
1 parent cbc9db3 commit 00f28c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77

88
setup(
9-
name='jmespath',
9+
name='jmespath-community',
1010
version='1.1.0',
1111
description='JSON Matching Expressions',
1212
long_description=io.open('README.rst', encoding='utf-8').read(),
13-
author='James Saryerwinnie',
14-
author_email='[email protected]',
15-
url='https://github.com/jmespath/jmespath.py',
13+
author='James Saryerwinnie, Springcomp',
14+
15+
url='https://github.com/jmespath-community/jmespath.py',
1616
scripts=['bin/jp.py'],
1717
packages=find_packages(exclude=['tests']),
1818
license='MIT',

0 commit comments

Comments
 (0)