Skip to content

Commit 573a570

Browse files
authored
Inlcude py.typed in package data (#97)
* add py.typed * add py.typed to package-data * remove py.typed from gitignore * increment version number
1 parent c77f841 commit 573a570

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,5 @@ healthchecksdb
475475

476476
# End of https://www.gitignore.io/api/python,visualstudio,visualstudiocode
477477
.vscode
478-
robotools/py.typed
479478
*.gwl
480479
*Sandbox*.ipynb

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotools"
7-
version = "1.11.3"
7+
version = "1.11.4"
88
description = "Pythonic in-silico liquid handling and creation of Tecan FreedomEVO worklists."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -36,6 +36,9 @@ Download = "https://pypi.org/project/robotools/"
3636
[tool.setuptools]
3737
package-dir = {"robotools" = "robotools"}
3838

39+
[tool.setuptools.package-data]
40+
"robotools" = ["py.typed"]
41+
3942
[tool.black]
4043
line-length = 110
4144

robotools/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)