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
Matthieu Boileau
nbcourse
Commits
4e8863c3
Commit
4e8863c3
authored
Nov 06, 2020
by
Matthieu Boileau
Browse files
Fix misused pyproject.toml
parent
c802adf0
Pipeline
#10137
failed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
4e8863c3
[build-system]
requires
=
[
"flit_core >=2,<4"
]
build-backend
=
"flit_core.buildapi"
[tool.flit.metadata]
module
=
"nbcourse"
author
=
"Matthieu Boileau"
author-email
=
"matthieu.boileau@math.unistra.fr"
home-page
=
"https://gitlab.math.unistra.fr/boileau/nbcourse"
classifiers
=
[
"License :: OSI Approved :: MIT License"
]
description-file
=
"README.md"
requires
=
[
"flit_core >=2,<4"
,
"nbconvert >= 6.0"
,
"bs4"
,
"IPython"
,
...
...
@@ -13,15 +22,6 @@ requires = [
"doit >= 0.32.0"
,
"python-frontmatter"
,
]
build-backend
=
"flit_core.buildapi"
[tool.flit.metadata]
module
=
"nbcourse"
author
=
"Matthieu Boileau"
author-email
=
"matthieu.boileau@math.unistra.fr"
home-page
=
"https://gitlab.math.unistra.fr/boileau/nbcourse"
classifiers
=
[
"License :: OSI Approved :: MIT License"
]
description-file
=
"README.md"
[tool.flit.metadata.requires-extra]
test
=
["pytest"]
Write
Preview
Supports
Markdown
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