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
cubes
jsonschema
Commits
4e9e472f2e25
Commit
d920210d
authored
Jan 19, 2021
by
Laurent Peuch
Browse files
chore(setup.py): enforce python version >=3.5 like in debian package
--HG-- branch : 0.1
parent
0a5638ec808e
Pipeline
#30438
passed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4e9e472f
...
...
@@ -72,6 +72,7 @@ setup(
classifiers
=
classifiers
,
packages
=
find_packages
(
exclude
=
[
'test'
]),
install_requires
=
install_requires
,
python_requires
=
'>=3.5.0'
,
include_package_data
=
True
,
entry_points
=
{
'cubicweb.cubes'
:
[
...
...
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