<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/utils.py, branch 8.0b1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>sdist command: fix case insensitivity when adding some files to filelist</title>
<updated>2014-09-20T20:29:41+00:00</updated>
<author>
<name>Randy Syring</name>
<email>randy.syring@lev12.com</email>
</author>
<published>2014-09-20T20:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4e5c7d0657a9719d2fa961c852daf0926de91ae3'/>
<id>4e5c7d0657a9719d2fa961c852daf0926de91ae3</id>
<content type='text'>
This should fix the problem in Bitbucket issue #100.  It gives the same behavior
for inclusion of default files (README*, etc.) on Windows as Linux.

BACKWARDS INCOMPATABILITY:

This may result in a backwards incompatible change for users on a
case insensitive file system.  If they were relying on some files getting
included in their distribution due to setuptools defaults, and their files do not
have the same case as the files being looked for in setuptools, those files
will no longer be included in the package.

For example, if a package had a file:

readme.rst

Previous to this commit, that file would have been included in the distribution
as:

README.rst

But it will now no longer be included at all.  To get the file included in
the package, it can be added to the package's MANIFEST.in file:

include readme.rst

Files affected by this change will have a case variant of the files or
patterns listed below:

README
README.txt
README.rst
setup.py (or whatever your setuptools script is named)
setup.cfg
test/test*.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix the problem in Bitbucket issue #100.  It gives the same behavior
for inclusion of default files (README*, etc.) on Windows as Linux.

BACKWARDS INCOMPATABILITY:

This may result in a backwards incompatible change for users on a
case insensitive file system.  If they were relying on some files getting
included in their distribution due to setuptools defaults, and their files do not
have the same case as the files being looked for in setuptools, those files
will no longer be included in the package.

For example, if a package had a file:

readme.rst

Previous to this commit, that file would have been included in the distribution
as:

README.rst

But it will now no longer be included at all.  To get the file included in
the package, it can be added to the package's MANIFEST.in file:

include readme.rst

Files affected by this change will have a case variant of the files or
patterns listed below:

README
README.txt
README.rst
setup.py (or whatever your setuptools script is named)
setup.cfg
test/test*.py
</pre>
</div>
</content>
</entry>
</feed>
