Skip to content

Commit

Permalink
Update e2xcore and e2xauthoring version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Aug 23, 2023
1 parent 24efa7f commit aa2c007
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers=[
"Programming Language :: Python :: 3.11",
]
dependencies = [
"e2xcore>=0.0.5",
"e2xauthoring>=0.2.0",
"e2xcore>=0.0.2",
"e2xauthoring>=0.2.1",
"pandas"
]
dynamic = ["version"]
Expand Down Expand Up @@ -57,9 +57,6 @@ artifacts = [
"e2xgrader/static/"
]

[tool.hatch.build.targets.wheel.shared-data]
"etc/jupyter/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"

[tool.tbump]
github_url = "https://github.com/Digiklausur/e2xgrader/"

Expand Down

0 comments on commit aa2c007

Please sign in to comment.