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 af740c3 commit 3b11c18Copy full SHA for 3b11c18
CHANGELOG.md
@@ -56,6 +56,11 @@
56
- Fixed parsing start of multilines into AST
57
([#217](https://github.com/fortran-lang/fortls/issues/217))
58
59
+### Removed
60
+
61
+- Removed `setuptools_scm_git_archive` due to package deprecation
62
+ ([#326](https://github.com/fortran-lang/fortls/issues/326))
63
64
## 2.13.0
65
66
### Added
pyproject.toml
@@ -2,8 +2,7 @@
2
requires = [
3
"setuptools >= 45",
4
"wheel",
5
- "setuptools_scm[toml] >= 6.2",
6
- "setuptools_scm_git_archive",
+ "setuptools_scm[toml] >= 7.0",
7
]
8
build-backend = "setuptools.build_meta"
9
0 commit comments