Skip to content

Commit

Permalink
add py.typed to distributed package data (#13)
Browse files Browse the repository at this point in the history
* add py.typed to distributed package data

* fix workflow trigger

* trigger CI

* revert
  • Loading branch information
pmeier committed Jul 13, 2020
1 parent f352f43 commit 2d0581e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: publishable
on:
push:
branches:
- master
- releases/*

pull_request:
Expand All @@ -17,7 +18,7 @@ on:
- "README.rst"
- "tox.ini"
- "requirements-dev.txt"
- ".github/workflows/publish.yml"
- ".github/workflows/publishable.yml"

jobs:
pypi:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ project_urls =

[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
pip>=20.1
Expand Down

0 comments on commit 2d0581e

Please sign in to comment.