Commit 55eb90c1 authored by Julien Muchembled's avatar Julien Muchembled

doc: rename CHANGES/README/UPGRADE for GitLab

parent cc72e972
......@@ -93,7 +93,7 @@ in the storage node.
- Replication & checking of replicas:
- Fix crash when a corruption is found while checking TIDs.
2 other issues remain unfixed: see BUGS file.
2 other issues remain unfixed: see BUGS.rst file.
- Speed up checking of replicas, at the cost of storage nodes being
less responsive to other events.
......
graft tools
include neo.conf CHANGES TODO TESTS.txt ZODB3.patch
include neo.conf CHANGELOG.rst TODO TESTS.txt ZODB3.patch
......@@ -62,8 +62,8 @@ setup(
license = 'GPL 2+',
platforms = ["any"],
classifiers=classifiers.splitlines(),
long_description = ".. contents::\n\n" + open('README').read()
+ "\n" + open('CHANGES').read(),
long_description = ".. contents::\n\n" + open('README.rst').read()
+ "\n" + open('CHANGELOG.rst').read(),
packages = find_packages(),
py_modules = ['mock'],
entry_points = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment