summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-29 12:17:35 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-29 12:17:35 -0500
commitc2a504863979348b552bc054664fef01b3828969 (patch)
tree63d13fa4905d2a29a95ebfa56b99457f1fb9d964
parent777758cdf4520271370b3338b86b5c66f9b104f0 (diff)
downloadlockfile-c2a504863979348b552bc054664fef01b3828969.tar.gz
Update README format for our release script
The release notes script Oslo uses depends on being able to find information in the README.rst file using a regex, so update the contents of the file to match that pattern. Change-Id: Idef33f0438263f7ca4d596b66a36bbe260b53dd4
-rw-r--r--README.rst (renamed from README)9
-rw-r--r--setup.cfg2
2 files changed, 5 insertions, 6 deletions
diff --git a/README b/README.rst
index 8de5f55..0bb27e5 100644
--- a/README
+++ b/README.rst
@@ -18,11 +18,10 @@ Note: In version 0.9 the API changed in two significant ways:
The previous module-level definitions of LinkFileLock, MkdirFileLock and
SQLiteFileLock will be retained until the 1.0 release.
-Available via Git:
-
- git://git.openstack.org/openstack/pylockfile
- https://git.openstack.org/openstack/pylockfile
-
To install:
python setup.py install
+
+* Documentation: http://docs.openstack.org/developer/pylockfile
+* Source: http://git.openstack.org/cgit/openstack/pylockfile
+* Bugs: http://bugs.launchpad.net/pylockfile
diff --git a/setup.cfg b/setup.cfg
index 4cb529e..31768c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
name = lockfile
summary = Platform-independent file locking module
description-file =
- README
+ README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/pylockfile