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:
parent
8774e55571
commit
7dfc0142d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user