Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-gould committed Sep 18, 2024
1 parent 11cc154 commit 48dfe41
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -57,20 +55,8 @@ test = [
'mongomock',
]


[tool.hatch.build.force-include]
"build" = "cirrocumulus/client"

[tool.hatch.build.targets.sdist]
exclude = [
"/.github",
"/docs",
"/test-data",
"/e2e",
"/src",
"/Dockerfile",
"tests"
]
only-include = ["cirrocumulus", "build"]

[tool.hatch.build.targets.wheel]

Expand Down

0 comments on commit 48dfe41

Please sign in to comment.