Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 37a5179

Browse files
Merge pull request #87 from laughingman7743/exclude_tests_from_dist_package
Exclude tests from dist package
2 parents 1207904 + 47e8329 commit 37a5179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self):
102102
author='laughingman7743',
103103
author_email='laughingman7743@gmail.com',
104104
license='MIT License',
105-
packages=find_packages(),
105+
packages=find_packages('.', exclude=['tests']),
106106
package_data={
107107
'': ['LICENSE', '*.rst', 'Pipfile*'],
108108
'jdbc': ['*.txt'],

0 commit comments

Comments
 (0)