mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[PR #97] [MERGED] Migrate to src Layout and use pyproject.toml #95
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/97
Author: @paketb0te
Created: 7/14/2023
Status: ✅ Merged
Merged: 7/15/2023
Merged by: @initialcommit-io
Base:
dev← Head:src-layout📝 Commits (4)
6a4d9c5move files into src dirf7cbec9use pyproject instead of setup.py7956021update CONTRIBUTING.md6c35e3aadd pillow as an explicit dependency for testing📊 Changes
33 files changed (+65 additions, -45 deletions)
View changed files
📝
CONTRIBUTING.md(+11 -1)➕
pyproject.toml(+54 -0)➖
setup.py(+0 -44)📝
src/git_sim/__init__.py(+0 -0)📝
src/git_sim/__main__.py(+0 -0)📝
src/git_sim/add.py(+0 -0)📝
src/git_sim/animations.py(+0 -0)📝
src/git_sim/branch.py(+0 -0)📝
src/git_sim/checkout.py(+0 -0)📝
src/git_sim/cherrypick.py(+0 -0)📝
src/git_sim/clean.py(+0 -0)📝
src/git_sim/clone.py(+0 -0)📝
src/git_sim/commands.py(+0 -0)📝
src/git_sim/commit.py(+0 -0)📝
src/git_sim/enums.py(+0 -0)📝
src/git_sim/fetch.py(+0 -0)📝
src/git_sim/git_sim_base_command.py(+0 -0)📝
src/git_sim/log.py(+0 -0)📝
src/git_sim/logo.png(+0 -0)📝
src/git_sim/merge.py(+0 -0)...and 13 more files
📄 Description
This implements #85.
Unfortunately the tests did not pass on my machine even before migrating, but at least they fail with the same errors (same amount of pixel diff), so I think / hope that I broke nothing in the process...
I added some optional dependencies (see
[project.optional-dependencies]in pyproject.toml) which are only required for development, and can be installed withpip install -e .[dev].(Updated CONTRIBUTING.md accordingly)
Let me know what you think @initialcommit-io 😃
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.