Skip to content

Commit

Permalink
don't include licence-file, apparently redundant
Browse files Browse the repository at this point in the history
* fix syntax for `license`
  • Loading branch information
alexlancaster committed Jan 14, 2025
1 parent 9f21915 commit 711624a
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
Expand Up @@ -10,8 +10,7 @@ requires = ["setuptools>=42",
[project]
name = "pypop-genomics"
description = "PyPop: Python for Population Genomics"
license = "GPL-2.0-or-later"
license-files = ["LICENSE"]
license = { text = "GPL-2.0-or-later" }
authors = [{ name = "Alex Lancaster" }]
maintainers = [{ name = "PyPop team" }]
dynamic = ["readme", "version"]
Expand Down

0 comments on commit 711624a

Please sign in to comment.