Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit e7a685f

Browse files
committed
Merge pull request #2 from projectweekend/master
Clean up
2 parents 70b1a3c + 044994c commit e7a685f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
setup(
55
name='pg-table-markdown',
6-
version='1.0.0',
6+
version='1.0.1',
7+
author='Vokal',
8+
author_email='pypi@vokal.io',
9+
description='A command line tool that generates markdown documentation for Postgres tables in a given schema',
10+
url='https://github.com/vokal/pg-table-markdown',
711
packages=['pg_table_markdown'],
812
py_modules=['pg_table_markdown'],
913
install_requires=[

0 commit comments

Comments
 (0)