File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ classifiers = [
21
21
" License :: OSI Approved :: BSD License" ,
22
22
" Natural Language :: English" ,
23
23
" Operating System :: OS Independent" ,
24
- " Programming Language :: Python :: 3.7" ,
25
- " Programming Language :: Python :: 3.8" ,
26
24
" Programming Language :: Python :: 3.9" ,
27
25
" Programming Language :: Python :: 3.10" ,
28
26
" Programming Language :: Python :: 3.11" ,
@@ -57,20 +55,8 @@ test = [
57
55
' mongomock' ,
58
56
]
59
57
60
-
61
- [tool .hatch .build .force-include ]
62
- "build" = " cirrocumulus/client"
63
-
64
58
[tool .hatch .build .targets .sdist ]
65
- exclude = [
66
- " /.github" ,
67
- " /docs" ,
68
- " /test-data" ,
69
- " /e2e" ,
70
- " /src" ,
71
- " /Dockerfile" ,
72
- " tests"
73
- ]
59
+ only-include = [" cirrocumulus" , " build" ]
74
60
75
61
[tool .hatch .build .targets .wheel ]
76
62
You can’t perform that action at this time.
0 commit comments