Skip to content

Commit

Permalink
Revert to auto-finding packages (includes tests/)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jan 15, 2025
1 parent c8dc704 commit 50658bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["algorithmic_efficiency"]
py-modules = ["submission_runner"]
include-package-data = true
zip-safe = false

[tool.setuptools.packages]
find = {} # Scanning implicit namespaces is active by default

[tool.setuptools.dynamic]
version = { attr = "algorithmic_efficiency.__version__" }

Expand Down

0 comments on commit 50658bc

Please sign in to comment.