Skip to content

Commit 05946f7

Browse files
committed
change setup.py
1 parent b0cc18f commit 05946f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
pkg_name = 'sortingx'
2525
libinfo_py = os.path.join(pkg_name, '__init__.py')
2626
libinfo_content = open(libinfo_py, 'r', encoding='utf-8').readlines()
27-
print(libinfo_content)
2827
version_line = [l.strip() for l in libinfo_content if l.startswith('__version__')][0]
2928
exec(version_line) # gives __version
3029
except FileNotFoundError:

0 commit comments

Comments
 (0)