We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d267c4 commit 014b818Copy full SHA for 014b818
setup.py
@@ -32,7 +32,7 @@
32
'Topic :: Software Development :: Libraries :: Python Modules',
33
'Typing :: Typed'
34
],
35
- packages=find_packages(),
+ packages=find_packages(exclude=['tests']),
36
package_data={
37
'rest_framework_dataclasses': ['py.typed']
38
},
0 commit comments