We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07667c6 + a8aa840 commit fc4e0b2Copy full SHA for fc4e0b2
1 file changed
setup.py
@@ -53,7 +53,7 @@
53
py_modules=MODULES,
54
package_data={'': ['requirements.txt']},
55
scripts=['bin/jsondiff', 'bin/jsonpatch'],
56
- entry_poimts = {
+ entry_points = {
57
'console_scripts': [
58
'jsondiff = jsondiff:main',
59
'jsonpatch = jsonpatch:main',
0 commit comments