Skip to content

Commit

Permalink
Merge pull request #11 from b97pla/fix_setuptools
Browse files Browse the repository at this point in the history
use include directive with setuptools
  • Loading branch information
b97pla authored Mar 22, 2023
2 parents 4e26d5c + f61e3be commit 5f7dfcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["archive_verify"]
[tool.setuptools.packages.find]
include = ["archive_verify*"]

[project]
name = "archive-verify"
version = "1.1.1"
version = "1.1.2"
authors = [
{name = "SNP&SEQ Technology Platform, Uppsala University", email = "seq@medsci.uu.se" },
]
Expand Down

0 comments on commit 5f7dfcf

Please sign in to comment.