Skip to content

Commit

Permalink
maint: remove obsolete setuptools_scm_git_archive
Browse files Browse the repository at this point in the history
Fixes #326
  • Loading branch information
gnikit committed Oct 11, 2023
1 parent af740c3 commit 3b11c18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
- Fixed parsing start of multilines into AST
([#217](https://github.com/fortran-lang/fortls/issues/217))

### Removed

- Removed `setuptools_scm_git_archive` due to package deprecation
([#326](https://github.com/fortran-lang/fortls/issues/326))

## 2.13.0

### Added
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires = [
"setuptools >= 45",
"wheel",
"setuptools_scm[toml] >= 6.2",
"setuptools_scm_git_archive",
"setuptools_scm[toml] >= 7.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 3b11c18

Please sign in to comment.