Skip to content

Commit a8aa840

Browse files
committed
Fix setup.py entry_poimts typo
1 parent 07667c6 commit a8aa840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
py_modules=MODULES,
5454
package_data={'': ['requirements.txt']},
5555
scripts=['bin/jsondiff', 'bin/jsonpatch'],
56-
entry_poimts = {
56+
entry_points = {
5757
'console_scripts': [
5858
'jsondiff = jsondiff:main',
5959
'jsonpatch = jsonpatch:main',

0 commit comments

Comments
 (0)