Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cehune committed Aug 24, 2024
1 parent 73d6ecd commit 355e0b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ classifiers = [
"Programming Language :: Python :: 3",
]

# Packages configuration
[tool.setuptools]
packages = ["file_auto_expiry"]
package-dir = {""= "src"}

[tool.setuptools.packages.find]
where = ["src"]
where = ["src"] # Tell setuptools to find packages in the "src" directory

[project.optional-dependencies]
dev = ["check-manifest"]
test = ["coverage"]
test = ["coverage"]

0 comments on commit 355e0b2

Please sign in to comment.