Skip to content

Commit

Permalink
feat: Add stubs of core MicroPython libraries to the PyPI package.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Apr 26, 2024
1 parent b53d31d commit e601f07
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@
long_description_content_type="text/markdown",
url="https://github.com/andrewjw/i75",
scripts=["bin/i75", "bin/i75-convert-image"],
packages=setuptools.find_packages() + ["i75.emulated", "i75.tz", "i75.fontdata",],
include_package_data=True,
data_files = [
('stubs', glob('stubs/*.pyi'))
],
packages=setuptools.find_packages() + ["i75.emulated", "i75.tz", "i75.fontdata"],
package_data={"i75": ["stubs/*.pyi"]},
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit e601f07

Please sign in to comment.