Skip to content

Commit 4da5107

Browse files
committed
Attemp # 1
1 parent 9d879e3 commit 4da5107

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ coverage.xml
8181

8282

8383
# Datafiles
84-
*.csv
8584
# Do not exclude data directories
8685
!pvlib/data/**
8786
!pvlib/tests/data/**

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Documentation = "https://pvlib-python.readthedocs.io/"
8686

8787
[tool.setuptools.packages.find]
8888
include = ["pvlib*"]
89+
exclude = ["pvlib.tests*"]
90+
91+
[tool.setuptools.exclude-package-data]
92+
pvlib = ["tests/data/*"]
93+
8994

9095
[tool.setuptools_scm]
9196

0 commit comments

Comments
 (0)