1 parent 304c292 commit e4044cbCopy full SHA for e4044cb
1 file changed
pyproject.toml
@@ -7,7 +7,6 @@ name = "rmsd"
7
dynamic = ["version"]
8
authors = []
9
requires-python = ">=3.10"
10
-license-files = ["LICENSE"]
11
readme="README.rst"
12
description="Calculate Root-mean-square deviation (RMSD) of two molecules, using rotation, in xyz or pdb format "
13
classifiers = [
@@ -27,6 +26,9 @@ qml = ["qmllib"]
27
26
[project.urls]
28
Homepage = "https://github.com/charnley/rmsd"
29
+[tool.setuptools]
30
+license-files = ["LICENSE"]
31
+
32
[tool.setuptools.packages.find]
33
include = ["rmsd"]
34
0 commit comments