dockerpty icon indicating copy to clipboard operation
dockerpty copied to clipboard

Files in dockerpty.egg-info/ being changed during build

Open jpleau opened this issue 9 years ago • 0 comments

Using the dockerpty-0.3.3.tar.gz tarball at https://pypi.python.org/pypi/dockerpty, and running:

python setup.py install --root=/tmp/dockerpty

We get the following diff:

diff --git a/dockerpty.egg-info/SOURCES.txt b/dockerpty.egg-info/SOURCES.txt
index 3131ce8..427c604 100644
--- a/dockerpty.egg-info/SOURCES.txt
+++ b/dockerpty.egg-info/SOURCES.txt
@@ -1,6 +1,7 @@
 LICENSE.txt
 MANIFEST.in
 README.md
+setup.cfg
 setup.py
 dockerpty/__init__.py
 dockerpty/io.py
diff --git a/dockerpty.egg-info/requires.txt b/dockerpty.egg-info/requires.txt
index 82a6379..d083394 100644
--- a/dockerpty.egg-info/requires.txt
+++ b/dockerpty.egg-info/requires.txt
@@ -1 +1 @@
-six >= 1.3.0
\ No newline at end of file
+six >= 1.3.0

I don't think there should be any modifications to those files during build (without any options passed, at least)

Cheers

jpleau avatar May 20 '15 22:05 jpleau