from setuptools import setup, find_packages setup(name='refpypmsi', version='1.0', license='', author='Ali BELLAMINE', author_email='contact@alibellamine.me', description='Implémentation en Python de la librairie refpmsi (https://github.com/denisGustin/refpmsi).', packages=find_packages(), long_description=open('README.md').read(), )