89
89
if os.path.isfile('CMakeLists.txt'):
91
91
print('E: CMake. Use --tar (-t).', file=sys.stderr)
93
94
# Non standard source tree
94
95
print('E: unsupported for --dist (-d). Use --tar (-t).', file=sys.stderr)
96
97
#######################################################################
97
98
# set version by the tarball name
98
99
#######################################################################