Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed May 20, 2023
1 parent ec897cb commit 912fa9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "mosek-license"
name = "mosek-license-server"
version = "0.0.0"
description = "Expose a mosek license via a nginx server"
authors = ["Thomas Schmelzer <thomas.schmelzer@gmail.com>"]
Expand All @@ -10,7 +10,6 @@ packages = [{include = "mosek_license"}]
[tool.poetry.dependencies]
python = ">=3.9"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 912fa9b

Please sign in to comment.