Skip to content

Commit

Permalink
Fix wheel dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 2, 2024
1 parent d226d24 commit 0c5a12a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ By utilizing `hatch`, the following commands are available to manage the develop
| `hatch test --python 3.9` | Run tests using a specific Python version |
| `hatch test --include "django=5.1"` | Run tests using a specific Django version |
| `hatch test -k test_get_js_static_file` | Run only a specific test |
| `hatch env prune` | Remove all virtual environments created by `hatch` |

??? question "What other arguments are available to me?"

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ urls.Homepage = "https://github.com/Archmonger/ServeStatic"
path = "src/servestatic/__init__.py"

[tool.hatch.build.targets.sdist]
include = [ "/src", "/tests" ]

[tool.hatch.build.targets.wheel]
include = [ "/src", "/tests" ]
include = [ "/src" ]

[tool.hatch.metadata]
license-files = { paths = [ "LICENSE.md" ] }
Expand Down

0 comments on commit 0c5a12a

Please sign in to comment.