Skip to content

Commit

Permalink
add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorecki committed Mar 7, 2024
1 parent e972de4 commit 7587a66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ ipython_config.py
# intended to run in multiple environments; otherwise, check them in:
.python-version

.pypirc

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ docs_pre_publish:

publish:
python3 -m build
python3 -m twine upload --repository pypi dist/*
python3 -m twine upload --config-file .pypirc --repository pypi dist/*
1 change: 1 addition & 0 deletions py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. Thise mypy package uses inline types.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lato"
version = "0.9.1"
version = "0.9.2"
description = "Lato is a Python microframework designed for building modular monoliths and loosely coupled applications."
authors = ["Przemysław Górecki <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7587a66

Please sign in to comment.