Skip to content

Commit 64d3087

Browse files
committed
Fix for release to pypi
1 parent 00edeb2 commit 64d3087

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
with:
4646
python-version: "3.12"
4747

48-
- name: Set PYTHONPATH for dynamic version
49-
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
50-
5148
- name: Install build tools
5249
run: |
5350
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848

4949
[tool.setuptools.packages.find]
5050
where = ["."]
51-
include = ["portpy.*"]
51+
include = ["portpy", "portpy.*"]
5252

5353
[tool.setuptools.dynamic]
5454
version = { attr = "portpy.__version__" }

0 commit comments

Comments
 (0)