[issue6205] sdist doesn't include data_files

2009-06-15 Thread James
James added the comment: great, thanks for the info. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue6205] sdist doesn't include data_files

2009-06-14 Thread Tarek Ziadé
Tarek Ziadé added the comment: Hi James, this has been changed already for trunk and 3.x, see #2279. Although it hasn't been backported in Python 2.6.x because it's a major behavior change that breaks setuptools. Although, when 2.7 and 3.2 are out, we will provide a backport of distutils. for

[issue6205] sdist doesn't include data_files

2009-06-05 Thread James
New submission from James : Hi, I have shown the output from my terminal below, since it will be easier to follow for explaining the bug. ja...@computer:~/testsetup$ ls helloworld2.py image1.jpg setup.py ja...@computer:~/testsetup$ cat setup.py #!/usr/bin/python import distutils.core #from