DNM: change to readme just to test the packaging test job

Change-Id: I8d68e741da99e71f7d9850d67d1d5e2436c65a65
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-07-10 11:30:53 -04:00
parent e9788f4f48
commit 7800eb591f
3 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
whereto
=========
Test Apache redirect rules.
Tool for testing Apache redirect rules.
whereto is an app for testing redirect rules like what may appear in a
.htaccess file for Apache. It provides a way to test those rules in CI

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
whereto

View File

@ -24,6 +24,7 @@ try:
except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
pbr=True)