Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tempstorage
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
nexedi
tempstorage
Commits
02be7121
Commit
02be7121
authored
Oct 14, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly state distribution dependencies instead of re-using the ZODB test requirements.
parent
0739457f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGES.txt
CHANGES.txt
+2
-0
setup.py
setup.py
+3
-1
No files found.
CHANGES.txt
View file @
02be7121
...
@@ -4,6 +4,8 @@ Changelog
...
@@ -4,6 +4,8 @@ Changelog
2.12.2 - unreleased
2.12.2 - unreleased
-------------------
-------------------
- Explicitly state distribution dependencies instead of re-using the
ZODB test requirements.
2.12.1 - 2010-09-29
2.12.1 - 2010-09-29
-------------------
-------------------
...
...
setup.py
View file @
02be7121
...
@@ -30,7 +30,9 @@ setup(name='tempstorage',
...
@@ -30,7 +30,9 @@ setup(name='tempstorage',
packages
=
find_packages
(
'src'
),
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
package_dir
=
{
''
:
'src'
},
install_requires
=
[
install_requires
=
[
'ZODB3 [test] >= 3.9.0'
,
'setuptools'
,
'ZODB3 >= 3.9.0'
,
'zope.testing'
,
],
],
include_package_data
=
True
,
include_package_data
=
True
,
zip_safe
=
False
,
zip_safe
=
False
,
...
...
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