Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iliya Manolov
neoppod
Commits
fa7a83f9
Commit
fa7a83f9
authored
Sep 12, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEO 0.9
parent
098d06b0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
CHANGES
CHANGES
+14
-0
MANIFEST.in
MANIFEST.in
+1
-1
setup.py
setup.py
+3
-2
No files found.
CHANGES
0 → 100644
View file @
fa7a83f9
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
MANIFEST.in
View file @
fa7a83f9
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
setup.py
View file @
fa7a83f9
...
...
@@ -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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment