Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
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
Joshua
zodb
Commits
5b28e80a
Commit
5b28e80a
authored
Apr 07, 2015
by
Tres Seaver
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31 from zopefoundation/aclark-fix-manifest
Fix manifest and setup
parents
5e04c32f
43f0160e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
MANIFEST.in
MANIFEST.in
+1
-0
setup.py
setup.py
+3
-0
No files found.
MANIFEST.in
View file @
5b28e80a
...
...
@@ -2,6 +2,7 @@ include *.rst
include *.txt
include *.py
include *.ini
include .coveragerc
include .travis.yml
include buildout.cfg
include COPYING
...
...
setup.py
View file @
5b28e80a
...
...
@@ -136,8 +136,11 @@ tests_require = ['zope.testing', 'manuel']
setup
(
name
=
"ZODB"
,
version
=
VERSION
,
setup_requires
=
[
'persistent'
],
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
maintainer
=
"Zope Foundation and Contributors"
,
maintainer_email
=
"zodb-dev@zope.org"
,
keywords
=
"database nosql python zope"
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
url
=
'http://www.zodb.org/'
,
...
...
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