Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
e2c0208c
Unverified
Commit
e2c0208c
authored
Oct 09, 2023
by
Brian Yarbrough
Committed by
GitHub
Oct 09, 2023
Browse files
Add py.typed for PEP 561 compliance (#5326)
See #5325
parent
bd72927c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
setup.py
setup.py
+1
-0
src/diffusers/py.typed
src/diffusers/py.typed
+0
-0
No files found.
setup.py
View file @
e2c0208c
...
...
@@ -255,6 +255,7 @@ setup(
url
=
"https://github.com/huggingface/diffusers"
,
package_dir
=
{
""
:
"src"
},
packages
=
find_packages
(
"src"
),
package_data
=
{
"diffusers"
:
[
"py.typed"
]},
include_package_data
=
True
,
python_requires
=
">=3.8.0"
,
install_requires
=
list
(
install_requires
),
...
...
src/diffusers/py.typed
0 → 100644
View file @
e2c0208c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment