Skip to content

Commit 014b818

Browse files
committed
Don't install tests into distributed packages
1 parent 6d267c4 commit 014b818

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
@@ -32,7 +32,7 @@
3232
'Topic :: Software Development :: Libraries :: Python Modules',
3333
'Typing :: Typed'
3434
],
35-
packages=find_packages(),
35+
packages=find_packages(exclude=['tests']),
3636
package_data={
3737
'rest_framework_dataclasses': ['py.typed']
3838
},

0 commit comments

Comments
 (0)