Commit fa7a83f9 authored by Julien Muchembled's avatar Julien Muchembled

NEO 0.9

parent 098d06b0
Change History
==============
0.9 (2011-09-12)
----------------
Initial release.
NEO is considered stable enough to replace existing ZEO setups, except that:
- there's no backup mechanism (aka efficient snapshoting): there's only
replication and underlying MySQL tools
- MySQL tables format may change in the future
graft tools
include neo.conf TODO TESTS.txt
include neo.conf CHANGES TODO TESTS.txt
include neo/client/component.xml # required for Python < 2.7
......@@ -36,7 +36,7 @@ extras_require['tests'] = ['zope.testing', 'psutil',
setup(
name = 'neoppod',
version = '1.0a1',
version = '0.9',
description = __doc__.strip(),
author = 'NEOPPOD',
author_email = 'neo-dev@erp5.org',
......@@ -44,7 +44,8 @@ setup(
license = 'GPL 2+',
platforms = ["any"],
classifiers=classifiers.splitlines(),
long_description = ".. contents::\n\n" + open('README').read(),
long_description = ".. contents::\n\n" + open('README').read()
+ "\n" + open('CHANGES').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