Skip to content

Commit 2d0581e

Browse files
authored
add py.typed to distributed package data (#13)
* add py.typed to distributed package data * fix workflow trigger * trigger CI * revert
1 parent f352f43 commit 2d0581e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publishable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: publishable
33
on:
44
push:
55
branches:
6+
- master
67
- releases/*
78

89
pull_request:
@@ -17,7 +18,7 @@ on:
1718
- "README.rst"
1819
- "tox.ini"
1920
- "requirements-dev.txt"
20-
- ".github/workflows/publish.yml"
21+
- ".github/workflows/publishable.yml"
2122

2223
jobs:
2324
pypi:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ project_urls =
2727

2828
[options]
2929
packages = find:
30+
include_package_data = True
3031
python_requires = >=3.6
3132
install_requires =
3233
pip>=20.1

0 commit comments

Comments
 (0)