Skip to content

Commit

Permalink
Added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 22, 2011
1 parent 1d71f10 commit e8d9fc2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setup.py
@@ -0,0 +1,18 @@
from distutils.core import setup

setup(
name='unicode-nazi',
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',
version='1.0',
url='http://github.com/mitsuhiko/unicode-nazi',
py_modules=['unicodenazi'],
description='Annoying helper module that finds unicode/bytestring '
'comparisions and other problems.',
long_description=open('README').read(),
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: PHP',
'Programming Language :: Python'
]
)

0 comments on commit e8d9fc2

Please sign in to comment.