Skip to content

Commit

Permalink
Remove print statement from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Jun 25, 2017
1 parent 479bc32 commit c82feca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from setuptools import setup

VERSION = '0.2.6'
VERSION = '0.2.7'
description = 'Goodness of fit tests for general datatypes'

try:
Expand All @@ -46,8 +46,6 @@
except IOError:
long_description = description

print(long_description)

config = {
'name': 'goftests',
'version': VERSION,
Expand Down

0 comments on commit c82feca

Please sign in to comment.