from setuptools import setup setup( name='melpazoid', version='0.0', description='For testing Emacs packages.', author='D. Chris Rayner', author_email='dchrisrayner@gmail.com', packages=['melpazoid'], install_requires=['requests'], )