Skip to content

Commit

Permalink
Fix custom package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 16, 2024
1 parent abe577e commit b613b83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tool.poetry]
package-mode = false
name = 'demo-geomapfish-custom'
name = 'custom'
version = '0.0.0'
description = 'Not used'
description = 'Custom package for GeoMapFish demo'
authors = []

[tool.poetry.scripts]
Expand Down Expand Up @@ -52,3 +51,7 @@ prospector-profile-utils = "1.9.1"
prospector-profile-duplicated = "1.6.0"
types-requests = "2.32.0.20240914"
types-oauthlib = "3.2.0.20240806"

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

0 comments on commit b613b83

Please sign in to comment.