diff options
author | Lorenz Diener <[email protected]> | 2016-11-25 23:30:30 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-25 23:30:30 +0100 |
commit | 6a5ba9bab65a47ae65b3443e52f8deabc07cf22f (patch) | |
tree | ccdbaf0678171cde6c8862d2e21dda2261c9442a | |
parent | 69f78773a05666430c93eac5ef2eead7f648cc09 (diff) | |
download | mastodon.py-6a5ba9bab65a47ae65b3443e52f8deabc07cf22f.tar.gz |
Typo
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]', |