Skip to content

Commit 79110a4

Browse files
Add OpenAPICodec to entry_points
1 parent 4f65bde commit 79110a4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,10 @@ def get_package_data(package):
6868
'Operating System :: OS Independent',
6969
'Programming Language :: Python',
7070
'Programming Language :: Python :: 3',
71-
]
71+
],
72+
entry_points={
73+
'coreapi.codecs': [
74+
'openapi=openapi_codec:OpenAPICodec'
75+
]
76+
}
7277
)

0 commit comments

Comments
 (0)