biggosh / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 1 forks source link

packaging incorrect #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install from a copy of the svn source ("python setup.py install").

What is the expected output? What do you see instead?

Most of the source files are not included in the egg and a binary egg is 
installed even though zip_safe is set to false.

What version of the product are you using? On what operating system?

$ svn info
Path: .
URL: http://pywebdav.googlecode.com/svn/trunk
Repository Root: http://pywebdav.googlecode.com/svn
Repository UUID: e758e050-38b7-11de-a9fe-ad1e22fc3a8a
Revision: 72
Node Kind: directory
Schedule: normal
Last Changed Author: spamsch
Last Changed Rev: 72
Last Changed Date: 2011-02-17 07:44:16 -0500 (Thu, 17 Feb 2011)

$ Linux devmws8 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

To fix the problem comment out the import of distutils.core on line 67 and add 
the subpackages on line 69 (so that packages=['pywebdav', 'pywebdav.lib', 
'pywebdav.server'])

Original issue reported on code.google.com by doug.hel...@gmail.com on 15 Sep 2011 at 8:46

GoogleCodeExporter commented 8 years ago
Fixed in rev 699bfded0a42

Original comment by cedric.krier@b2ck.com on 27 Dec 2011 at 8:03

GoogleCodeExporter commented 8 years ago
r699bfded0a42

Original comment by cedric.krier@b2ck.com on 27 Dec 2011 at 8:03