Skip to content

Commit ccb8369

Browse files
committed
Ignore submodules in test directory
so they are not installed under test folder in python site-packages Also remove the temp*.py exclusion as this does not seem to have any purpose
1 parent 7eafe18 commit ccb8369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def getRequires():
3131
author='Elmer Thomas, Yamil Asusta',
3232
author_email='[email protected]',
3333
url='https://github.com/sendgrid/sendgrid-python/',
34-
packages=find_packages(exclude=["temp*.py", "test"]),
34+
packages=find_packages(exclude=["test", "test.*"]),
3535
include_package_data=True,
3636
license='MIT',
3737
description='Twilio SendGrid library for Python',

0 commit comments

Comments
 (0)