Skip to content

Commit 8a446fc

Browse files
authored
Merge pull request #214 from lilab-bcb/build
updated
2 parents 11cc154 + 48dfe41 commit 8a446fc

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pyproject.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ classifiers = [
2121
"License :: OSI Approved :: BSD License",
2222
"Natural Language :: English",
2323
"Operating System :: OS Independent",
24-
"Programming Language :: Python :: 3.7",
25-
"Programming Language :: Python :: 3.8",
2624
"Programming Language :: Python :: 3.9",
2725
"Programming Language :: Python :: 3.10",
2826
"Programming Language :: Python :: 3.11",
@@ -57,20 +55,8 @@ test = [
5755
'mongomock',
5856
]
5957

60-
61-
[tool.hatch.build.force-include]
62-
"build" = "cirrocumulus/client"
63-
6458
[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"]
7460

7561
[tool.hatch.build.targets.wheel]
7662

0 commit comments

Comments
 (0)