-
-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
I have found that the 'tests' directory is being installed to site-packages when installing via pip:
You can ignore certain directories in the find_packages
directive:
Line 8 in 0f223c0
packages=find_packages(), |
e.g.
packages=setuptools.find_packages(
exclude=[
'tests',
]
),
WhyNotHugo
Metadata
Metadata
Assignees
Labels
No labels