File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ Update an existing project
26
26
cd my-existing-project
27
27
git remote add skeleton git@github.com:nexB/skeleton
28
28
git fetch skeleton
29
- git merge skeleton --allow-unrelated-histories
29
+ git merge skeleton/main --allow-unrelated-histories
30
30
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.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages=find:
25
25
include_package_data = true
26
26
zip_safe = false
27
27
install_requires =
28
- setup_requires = setuptools_scm[toml] >= 4
28
+ setup_requires = setuptools_scm >= 4
29
29
30
30
[options.packages.find]
31
31
where =src
You can’t perform that action at this time.
0 commit comments