Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 245c4b1

Browse files
Fix plugin installation
1 parent 4c59874 commit 245c4b1

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
@@ -71,7 +71,7 @@ def get_package_data(package):
7171
],
7272
entry_points={
7373
'coreapi.codecs': [
74-
'hal=hal_codec.HALCodec',
74+
'hal=hal_codec:HALCodec',
7575
]
7676
}
7777
)

0 commit comments

Comments
 (0)