# HG changeset patch # User Mateusz Kwapich # Date 1454454054 28800 # Tue Feb 02 15:00:54 2016 -0800 # Node ID 2cbfa815db442c31726f5da411df47822f82205b # Parent 0c122b6680795c0502987103ff9e3736bfb38e76 catnotate: add the extension to setup.py Summary: I've written it sometime ago and it's not being shipped yet because I forgot to add it to setup.py Test Plan: no plan Reviewers: #sourcecontrol, durham, ttung, rmcelroy Reviewed By: rmcelroy Differential Revision: https://phabricator.fb.com/D2887171 Signature: t1:2887171:1454413837:4a57fc8bccfe840c5540e0db59881af2bea21e45 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ py_modules=[ 'automv', 'backups', + 'catnotate', 'chistedit', 'commitextras', 'dirsync',