We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12be1ad commit c08c78aCopy full SHA for c08c78a
1 file changed
setup.py
@@ -14,6 +14,8 @@ def get_version():
14
setup(
15
name='textile',
16
version=get_version(),
17
+ author='Dennis Burke',
18
+ author_email='ikirudennis@gmail.com',
19
description='Textile processing for python.',
20
url='http://github.com/textile/python-textile',
21
packages=find_packages(),
0 commit comments