Skip to content

Commit

Permalink
pyproject.toml doesn't like soft links
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 5, 2023
1 parent 4a99fea commit bca5eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Read Gromacs EDR files and expose them as pandas Dataframes"
readme = {file = "README.rst", content-type = "text/x-rst"}
authors = [{name = "Jonathan Barnoud", email = "jonathan@barnoud.net"}]
maintainers = [{name = "The MDAnalysis developers", email = "mdanalysis@numfocus.org"}]
license = {file = "LICENSE.txt"}
license = {text = "LGPLv2+"}
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion pyedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Read Gromacs EDR files."
readme = {file = "README.rst", content-type = "text/x-rst"}
authors = [{name = "Jonathan Barnoud", email = "jonathan@barnoud.net"}]
maintainers = [{name = "The MDAnalysis developers", email = "mdanalysis@numfocus.org"}]
license = {file = "LICENSE.txt"}
license = {text = "LGPLv2+"}
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit bca5eb7

Please sign in to comment.