From 7dfc0142d7902fa92bb242787c35e4b7308ead5e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 16 Oct 2013 19:12:00 +0000 Subject: [PATCH] Install some python with our package * setup.cfg: The files section was missing, causing the sdist package to lack the Python module being packaged. Fix it! Change-Id: I0726708caf949f72e4fc244d746583e826a9bf9d --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 350db75..282f158 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,10 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 +[files] +packages = + pypi_mirror + [entry_points] console_scripts = run-mirror = pypi_mirror.cmd.run_mirror:main