from setuptools import setup setup( name='fasteners', version='0.19', author='Joshua Harlow', author_email='', maintainer='Paulius Sarka', maintainer_email='', packages=['fasteners'], url='https://github.com/harlowja/fasteners', license='LICENSE', description='Cross-platform locks for thread and processes', long_description=open('README.md').read(), install_requires=[], )