commit | 2820c666d699f0fec140498fe9b1cea4d8ea553c | [log] [tgz] |
---|---|---|
author | Mateusz Matuszkowiak <mmatuszkowiak@mirantis.com> | Wed Nov 21 12:07:25 2018 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Mon Nov 26 12:21:12 2018 +0100 |
tree | 9c335e64f1cc0e7040c4966c6e997b1bfdad84bd | |
parent | 8930e4879a808a44f61932c495419fcc92e21397 [diff] [blame] |
Initial webhook receiver Change-Id: I4786b133f103a65a381e2b281224b0a9bc8d4182 Related-bug: PROD-24880 (PROD:24880)
diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..2161fae --- /dev/null +++ b/setup.py
@@ -0,0 +1,7 @@ +from distutils.core import setup + +setup( + name='sf-notifier', + version='0.1', + packages=['sf_notifier'], +)