Skip to content

Commit

Permalink
Fix #397 by specifying name and dynamic version (#398)
Browse files Browse the repository at this point in the history
* fix pyproject.yaml `project` must contain ['name'] properties error #397

* also fix missing `version` property
  • Loading branch information
leshaker committed Sep 7, 2023
1 parent 184392f commit e865e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[project]
name = "scikit-allel"
requires-python = ">=3.6"
dynamic = ["version", "description"]

[build-system]
# Minimum requirements for the build system to execute.
Expand Down

0 comments on commit e865e72

Please sign in to comment.