Skip to content

Commit d5c1961

Browse files
committed
fix: 🐛 exclude tests dir in setup.cfg
1 parent 7eb3726 commit d5c1961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
setuptools >= 66.1.0; python_version >= '3.12'
4040
setuptools <= 60.9.0; python_version < '3.12'
4141
python_requires = >=3.6,<3.14
42-
packages = find:
42+
packages = pyencrypt
4343
# package_dir =
4444
# = src
4545

0 commit comments

Comments
 (0)