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
This commit is contained in:
Jeremy Stanley 2013-10-16 19:12:00 +00:00
parent 8774e55571
commit 7dfc0142d7
1 changed files with 4 additions and 0 deletions

View File

@ -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