Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 47049b0

Browse files
Merge pull request #25 from color/mpcusack08-10-Mark_clrenv_as_having_type
Mark clrenv as having type hints
2 parents 7d12724 + 5b1411a commit 47049b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clrenv/py.typed

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
author_email="[email protected]",
1212
url="https://github.com/color/clrenv",
1313
packages=["clrenv"],
14+
package_data={
15+
'clrenv': ['py.typed'],
16+
},
1417
install_requires=requirements,
1518
setup_requires=["pytest-runner"],
1619
tests_require=requirements + ["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)