Skip to content

Commit e464e50

Browse files
michaelosthegebrandonwillard
authored andcommitted
Enabled type checking as described by PEP 561
1 parent f43b92f commit e464e50

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

aesara/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def get_versions():
104104
"ChangeLog",
105105
"c_code/*",
106106
],
107+
"aesara": ["py.typed"],
107108
"aesara.misc": ["*.sh"],
108109
"aesara.d3viz": ["html/*", "css/*", "js/*"],
109110
},

0 commit comments

Comments
 (0)