Skip to content

Commit

Permalink
Merge pull request #330 from fortran-lang/maint/remove_setup_tools_se…
Browse files Browse the repository at this point in the history
…c_archive

maint: remove obsolete setuptools_scm_git_archive
  • Loading branch information
gnikit authored Oct 13, 2023
2 parents af740c3 + 3b11c18 commit a096d8e
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 a096d8e

Please sign in to comment.