Skip to content

Commit

Permalink
Removed print statement from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmheisel committed Aug 27, 2011
1 parent 9b24300 commit fc3fff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
@@ -1,7 +1,6 @@
from setuptools import setup, find_packages

version = __import__('kardboard.version', fromlist=['version', ]).version
print version

setup(
name="kardboard",
Expand Down

0 comments on commit fc3fff3

Please sign in to comment.