Skip to content

Commit

Permalink
fixed setup.py, py.typed is finally included in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
volfpeter committed Jun 20, 2023
1 parent 9e2333a commit 90f21ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion markyp_html/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__email__ = "[email protected]"
__license__ = "MIT"
__url__ = "https://github.com/volfpeter/markyp-html"
__version__ = "0.2306.1"
__version__ = "0.2306.2"


__all__ = ("DOCTYPE", "html", "head", "body", "base", "title", "link", "meta", "script", "style")
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
],
keywords="html markup generator utility",
packages=find_packages(exclude=["test"]),
package_data={"markyp_html": ["py.typed"]},
python_requires=">=3.6",
install_requires=requirements
)

0 comments on commit 90f21ad

Please sign in to comment.