Skip to content

Commit e4044cb

Browse files
committed
Work-around from issue
1 parent 304c292 commit e4044cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name = "rmsd"
77
dynamic = ["version"]
88
authors = []
99
requires-python = ">=3.10"
10-
license-files = ["LICENSE"]
1110
readme="README.rst"
1211
description="Calculate Root-mean-square deviation (RMSD) of two molecules, using rotation, in xyz or pdb format "
1312
classifiers = [
@@ -27,6 +26,9 @@ qml = ["qmllib"]
2726
[project.urls]
2827
Homepage = "https://github.com/charnley/rmsd"
2928

29+
[tool.setuptools]
30+
license-files = ["LICENSE"]
31+
3032
[tool.setuptools.packages.find]
3133
include = ["rmsd"]
3234

0 commit comments

Comments
 (0)