Skip to content

Commit

Permalink
Removing MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Jul 30, 2023
1 parent 2f4cb89 commit 9fbb264
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

install-dev-requirements:
pip install -U pip
pip install -U pip hatch

install-test-requirements:
pip install .[test]
Expand Down
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,16 @@ pook = [

[tool.hatch.version]
path = "mocket/__init__.py"

[tool.hatch.build]
ignore-vcs = true

[tool.hatch.build.targets.sdist]
include = [
"run_tests.py",
"README.rst",
"LICENSE",
"pyproject.toml",
"mocket/",
"tests/",
]

0 comments on commit 9fbb264

Please sign in to comment.