Mastodonplus.py/setup.py

7 líneas
194 B
Python
Original Vista normal Històric

from setuptools import setup, find_packages
setup(name='Mastodon.py',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=['requests'])