Skip to content

Commit

Permalink
add author name and email to setup.py. closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Oct 23, 2016
1 parent 12be1ad commit c08c78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -14,6 +14,8 @@ def get_version():
setup(
name='textile',
version=get_version(),
author='Dennis Burke',
author_email='ikirudennis@gmail.com',
description='Textile processing for python.',
url='http://github.com/textile/python-textile',
packages=find_packages(),
Expand Down

0 comments on commit c08c78a

Please sign in to comment.