Skip to content

Commit

Permalink
Add setup.py (courtesy of Stefano Rivera) http://sourceforge.net/trac…
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Dec 9, 2010
1 parent d15c2d6 commit cb95e19
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='pyfiglet',
version='0.4',
description='Pure-python FIGlet implementation',
author='Christopher Jones',
author_email='cjones@insub.org',
url='http://sourceforge.net/projects/pyfiglet/',
py_modules=['pyfiglet'],
)

0 comments on commit cb95e19

Please sign in to comment.