Skip to content

Commit

Permalink
Dont bundle test data in package
Browse files Browse the repository at this point in the history
  • Loading branch information
IceWreck committed Jan 6, 2024
1 parent b4ee638 commit 25de85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
graft tests
global-exclude *.py[cod]
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25de85d

Please sign in to comment.