Permalink
Cannot retrieve contributors at this time
12 lines (10 sloc)
358 Bytes
| 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) |