aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..4b5b11f
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,6 @@
1from setuptools import setup, find_packages
2
3setup(name='Mastodon.py',
4 description='Python wrapper for the Mastodon API',
5 packages=['mastodon'],
6 install_requires=['requests'])
Powered by cgit v1.2.3 (git 2.41.0)