from setuptools import setup setup( name = 'osex', packages = ['osex'], tests_require = ['pytest'] )