Skip to content

Commit 343ff29

Browse files
committed
Update README instructions with proper git merge conventions
Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 5febefb commit 343ff29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Update an existing project
2626
cd my-existing-project
2727
git remote add skeleton git@github.com:nexB/skeleton
2828
git fetch skeleton
29-
git merge skeleton --allow-unrelated-histories
29+
git merge skeleton/main --allow-unrelated-histories
3030
31-
This is also the workflow to use when updating the skeleton files in any given repository.
31+
This is also the workflow to use when updating the skeleton files in any given repository.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages=find:
2525
include_package_data = true
2626
zip_safe = false
2727
install_requires =
28-
setup_requires = setuptools_scm[toml] >= 4
28+
setup_requires = setuptools_scm >= 4
2929

3030
[options.packages.find]
3131
where=src

0 commit comments

Comments
 (0)