Skip to content

Commit

Permalink
Cosmetic update.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Dec 26, 2014
1 parent a799f05 commit b2bf215
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions c-api/setup.py
Expand Up @@ -3,7 +3,9 @@
spammodule = Extension('spam',
sources=['_spammodule.c'])

setup(name='Spam',
version='1.0',
description='This is a demo module.',
ext_modules=[spammodule])
setup(
name='Spam',
version='1.0',
description='This is a demo module.',
ext_modules=[spammodule],
)

0 comments on commit b2bf215

Please sign in to comment.