Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Updated setup.py to reference the correct entry_point group.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Bevan-McGregor committed Mar 18, 2010
1 parent 72c1f77 commit 9613549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],

entry_points = {
'web.templating': [
'alacarte': [
'json = alacarte.serialize.json_:render',
'bencode = alacarte.serialize.bencode:render',
'yaml = alacarte.serialize.yaml_:render',
Expand Down

0 comments on commit 9613549

Please sign in to comment.