Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
from setuptools import setup
setup(name='markdowntable',
version='5.1.1',
description='Easy way to make markdown code for tables',
url='https://github.com/PokestarFan/Python-Markdown-Table',
author='PokestarFan',
author_email='pokestarfan@yahoo.com',
license='MIT',
packages=['markdowntable'],
zip_safe=True)