diff --git a/MANIFEST.in b/MANIFEST.in index 1e9e64a..7f2a0f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1 @@ -graft tests global-exclude *.py[cod] diff --git a/Makefile b/Makefile index 79a59e7..2d9c467 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ test: python -m unittest publish: + rm -rf dist/ + rm -rf tagpatch.egg-info pip-compile pyproject.toml python -m build twine check dist/* diff --git a/requirements.txt b/requirements.txt index d8e9c0d..ff33306 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile pyproject.toml