We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c073e commit a7e9f9fCopy full SHA for a7e9f9f
setup.py
@@ -30,8 +30,8 @@
30
long_description=io.open('README.rst', encoding='utf-8').read(),
31
author='James Saryerwinnie',
32
author_email='[email protected]',
33
- url='https://github.com/boto/jmespath',
34
- scripts=['bin/jp'],
+ url='https://github.com/jmespath/jmespath.py',
+ scripts=['bin/jp.py'],
35
packages=find_packages(exclude=['tests']),
36
install_requires=requires,
37
classifiers=(
@@ -44,5 +44,6 @@
44
'Programming Language :: Python :: 2.7',
45
'Programming Language :: Python :: 3',
46
'Programming Language :: Python :: 3.3',
47
+ 'Programming Language :: Python :: 3.4',
48
),
49
)
0 commit comments