Skip to content

Commit 3b11c18

Browse files
committed
maint: remove obsolete setuptools_scm_git_archive
Fixes #326
1 parent af740c3 commit 3b11c18

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
- Fixed parsing start of multilines into AST
5757
([#217](https://github.com/fortran-lang/fortls/issues/217))
5858

59+
### Removed
60+
61+
- Removed `setuptools_scm_git_archive` due to package deprecation
62+
([#326](https://github.com/fortran-lang/fortls/issues/326))
63+
5964
## 2.13.0
6065

6166
### Added

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
requires = [
33
"setuptools >= 45",
44
"wheel",
5-
"setuptools_scm[toml] >= 6.2",
6-
"setuptools_scm_git_archive",
5+
"setuptools_scm[toml] >= 7.0",
76
]
87
build-backend = "setuptools.build_meta"
98

0 commit comments

Comments
 (0)