Skip to content

Commit a8b2eee

Browse files
committed
Cleaning package setup
1 parent ad3fe3c commit a8b2eee

3 files changed

Lines changed: 5 additions & 36 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@ qml = ["qmllib"]
2727
[project.urls]
2828
Homepage = "https://github.com/charnley/rmsd"
2929

30-
[options.packages.find]
31-
where="."
30+
[tool.setuptools.packages.find]
31+
include = ["rmsd"]
3232

3333
[project.scripts]
3434
calculate_rmsd = "rmsd.calculate_rmsd:main"
3535

3636
[tool.setuptools]
3737
include-package-data = true
3838

39+
[tool.setuptools.package-data]
40+
rmsd = ["py.typed"]
41+
3942
[tool.setuptools.dynamic]
4043
version = {attr = "rmsd.version.__version__"}

rmsd/py.typed

Whitespace-only changes.

setup.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)