Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
removed setup.py, because newer poetry versions dont create it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Apr 19, 2024
1 parent cd80a8c commit 5918e97
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 130 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setup.py linguist-generated
poetry.lock linguist-generated
40 changes: 0 additions & 40 deletions .github/workflows/check_setup_py.yaml

This file was deleted.

1 change: 1 addition & 0 deletions doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TBD
- #16: Changed path-like parameters from String to Path
- #34: Changed "push-enabled" parameter to Bool
- #41: Updated importlib_resources and Poetry in GH workflows
- Removed setup.py, installation via wheel from Github or poetry env should be unaffected

## Security

Expand Down
1 change: 0 additions & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ REPO_DIR=$(git rev-parse --show-toplevel)
GITHOOKS_PATH="$REPO_DIR/githooks"
pushd "$REPO_DIR"
bash "$GITHOOKS_PATH/prohibit_commit_to_main.sh"
bash "$GITHOOKS_PATH/update_setup_py.sh"
popd
45 changes: 0 additions & 45 deletions githooks/update_setup_py.sh

This file was deleted.

43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

0 comments on commit 5918e97

Please sign in to comment.