Skip to content

Commit a7e9f9f

Browse files
committed
Update setup.py with latest information
1 parent 68c073e commit a7e9f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
long_description=io.open('README.rst', encoding='utf-8').read(),
3131
author='James Saryerwinnie',
3232
author_email='[email protected]',
33-
url='https://github.com/boto/jmespath',
34-
scripts=['bin/jp'],
33+
url='https://github.com/jmespath/jmespath.py',
34+
scripts=['bin/jp.py'],
3535
packages=find_packages(exclude=['tests']),
3636
install_requires=requires,
3737
classifiers=(
@@ -44,5 +44,6 @@
4444
'Programming Language :: Python :: 2.7',
4545
'Programming Language :: Python :: 3',
4646
'Programming Language :: Python :: 3.3',
47+
'Programming Language :: Python :: 3.4',
4748
),
4849
)

0 commit comments

Comments
 (0)