aboutsummaryrefslogblamecommitdiff
blob: e9f79d3feabec72cc154960059cdd18f17f8b8dc (plain) (tree)
1
2
3
4
5
6
7


                                           
                      

                                                        
                                                 













                                                      
from setuptools import setup, find_packages

setup(name='Mastodon.py',
      version='1.0.5',
      description='Python wrapper for the Mastodon API',
      packages=['mastodon'],
      install_requires=['requests', 'dateutils'],
      url='https://github.com/halcy/Mastodon.py',
      author='Lorenz Diener',
      author_email='[email protected]',
      license='MIT',
      keywords='mastodon api microblogging',
      classifiers=[
          'Development Status :: 4 - Beta',
          'Intended Audience :: Developers',
          'Topic :: Communications',
          'License :: OSI Approved :: MIT License',
          'Programming Language :: Python :: 2',
          'Programming Language :: Python :: 3',
      ]
)
Powered by cgit v1.2.3 (git 2.41.0)