From 02a806624b8a66114192ac75ae4114a3c088b170 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 5 Jul 2022 11:39:55 -0400 Subject: Add setup and build info --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..d5b90c3 --- /dev/null +++ b/setup.py @@ -0,0 +1,8 @@ +from setuptools import setup, find_packages + +setup( + name='Zulip Twitter Bot', + version='latest', + scripts=['twitter-bot'], + install_requires=['python-twitter', 'zulip'], +) -- cgit v1.2.3