Skip to content

Commit f405eaa

Browse files
feat: Add package data configuration and include py.typed file
1 parent 637283e commit f405eaa

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools.package-data]
6+
caesarcipher_extended = ["py.typed"]
7+
8+
[tool.setuptools.packages.find]
9+
where = ["src"]
10+
511
[project]
612
name = "CaesarCipher.extended"
713
version = "2.9.1"

src/caesarcipher_extended/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)