diff options
-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]', |