from setuptools import setup setup(name='markdowntable', version='6.0.0', description='Easy way to make markdown code for tables', url='https://github.com/PokestarFan/Python-Markdown-Table', author='PythonCoderAS', license='MIT', packages=['markdowntable'], python_requires='>=3.7')