Exclude tests from packagin
This commit is contained in:
parent
71d655eca1
commit
3b8cd5ad7d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -28,6 +28,6 @@ setup(
|
|||
'moto_server = moto.server:main',
|
||||
],
|
||||
},
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=("tests", "tests.*")),
|
||||
install_requires=install_requires,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue