Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
fe465201febd
Commit
4578262d
authored
Sep 12, 2016
by
Denis Laxalde
Browse files
[pkg] Drop old checks in setup.py
parent
10ecd586a9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fe465201
...
...
@@ -196,11 +196,6 @@ except ImportError:
def
install
(
**
kwargs
):
"""setup entry point"""
if
'--force-manifest'
in
sys
.
argv
:
sys
.
argv
.
remove
(
'--force-manifest'
)
# install-layout option was introduced in 2.5.3-1~exp1
elif
sys
.
version_info
<
(
2
,
5
,
4
)
and
'--install-layout=deb'
in
sys
.
argv
:
sys
.
argv
.
remove
(
'--install-layout=deb'
)
packages
=
[
modname
]
+
get_packages
(
join
(
here
,
modname
),
modname
)
kwargs
[
'install_requires'
]
=
install_requires
kwargs
[
'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