2cbfa815db44 — Mateusz Kwapich 8 years ago
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
1 files changed, 1 insertions(+), 0 deletions(-)

M setup.py
M setup.py +1 -0
@@ 17,6 17,7 @@ setup(
     py_modules=[
         'automv',
         'backups',
+        'catnotate',
         'chistedit',
         'commitextras',
         'dirsync',