We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5febefb commit 343ff29Copy full SHA for 343ff29
2 files changed
README.rst
@@ -26,6 +26,6 @@ Update an existing project
26
cd my-existing-project
27
git remote add skeleton git@github.com:nexB/skeleton
28
git fetch skeleton
29
- git merge skeleton --allow-unrelated-histories
+ git merge skeleton/main --allow-unrelated-histories
30
31
-This is also the workflow to use when updating the skeleton files in any given repository.
+This is also the workflow to use when updating the skeleton files in any given repository.
setup.cfg
@@ -25,7 +25,7 @@ packages=find:
25
include_package_data = true
zip_safe = false
install_requires =
-setup_requires = setuptools_scm[toml] >= 4
+setup_requires = setuptools_scm >= 4
[options.packages.find]
where=src
0 commit comments