Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn committed Jan 25, 2012
1 parent e8fea2e commit 14249dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
from distutils.core import setup, Extension

module = Extension('shuffle', sources=['shufflemodule.c'])
setup(name='Card Shuffling', version='1.0', ext_modules=[module])
setup(name='Card Shuffling for Python Lists', version='1.0', ext_modules=[module])

0 comments on commit 14249dd

Please sign in to comment.