Skip to content

Commit

Permalink
actually add .py files to build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRWest authored Jul 4, 2024
1 parent 5bb73d7 commit e515880
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[project]
name = "harpy3"
version = "0.3.3"
version = "0.3.4"
description = "Library for reading/modifying/writing header-array (HAR) files."
authors = [
{ name = "Florian Schiffmann, Lyle Collins", email = "florian.schiffmann@vu.edu.au" },
{ name = "Lyle Collins", email = "Lyle.Collins@csiro.au" },
{ name = "Sam West", email = "sam.west@csiro.au" },
]

packages = [{ include = "harpy/**/*" }]


dependencies = [
"numpy",
]
Expand All @@ -28,6 +32,10 @@ build-backend = "pdm.backend"
[tool.pdm]
distribution = true

[tool.pdm.build]
includes = ["harpy/**/*"]
excludes = ["harpy/tests/**/*"]

[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.2.2",
Expand Down

0 comments on commit e515880

Please sign in to comment.