Skip to content

Commit c08c78a

Browse files
committed
add author name and email to setup.py. closes #34
1 parent 12be1ad commit c08c78a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def get_version():
1414
setup(
1515
name='textile',
1616
version=get_version(),
17+
author='Dennis Burke',
18+
author_email='ikirudennis@gmail.com',
1719
description='Textile processing for python.',
1820
url='http://github.com/textile/python-textile',
1921
packages=find_packages(),

0 commit comments

Comments
 (0)