blob: a5cc64735432604fd1cc765461d6b0e5b8e67ed1 (
plain)
1
2
3
4
5
6
7
8
9
|
from distutils.core import setup
setup (name='snakespell',
description = "Python Spelling Checker Module",
version='1.01',
author='thanos vassilakis',
author_email='thanos@scriptfoundry.com',
url='http://www.scriptfoundry.com/snake/snakespell/',
py_modules=['scriptfoundry.snakespell', 'scriptfoundry.orderdict'])
|