aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 23:30:30 +0100
committerLorenz Diener <[email protected]>2016-11-25 23:30:30 +0100
commit6a5ba9bab65a47ae65b3443e52f8deabc07cf22f (patch)
treeccdbaf0678171cde6c8862d2e21dda2261c9442a /setup.py
parent69f78773a05666430c93eac5ef2eead7f648cc09 (diff)
downloadmastodon.py-6a5ba9bab65a47ae65b3443e52f8deabc07cf22f.tar.gz
Typo
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8bc4383..2e7df36 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ setup(name='Mastodon.py',
4 version='1.0.1', 4 version='1.0.1',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 install_requires=['requests', 'dateutil'], 7 install_requires=['requests', 'dateutils'],
8 url='https://github.com/halcy/Mastodon.py', 8 url='https://github.com/halcy/Mastodon.py',
9 author='Lorenz Diener', 9 author='Lorenz Diener',
10 author_email='[email protected]', 10 author_email='[email protected]',
Powered by cgit v1.2.3 (git 2.41.0)