Browse Source

Don't unzip

tags/build/2.0.1
Ruud 13 years ago
parent
commit
1a56191f83
  1. 8
      setup.py

8
setup.py

@ -104,7 +104,7 @@ setup(
options = dict(bdist_esky = ESKY_OPTIONS), options = dict(bdist_esky = ESKY_OPTIONS),
) )
distpath = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dist') #distpath = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dist')
zipfilename = os.path.join(distpath, '%s-%s.%s' % (NAME, version.VERSION, file_ext)) #zipfilename = os.path.join(distpath, '%s-%s.%s' % (NAME, version.VERSION, file_ext))
zfile = zipfile.ZipFile(zipfilename, "r") #zfile = zipfile.ZipFile(zipfilename, "r")
zfile.extractall(distpath) #zfile.extractall(distpath)

Loading…
Cancel
Save