Skip to content

Commit

Permalink
Merge pull request #1 from rob-blackbourn:main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed Mar 20, 2022
2 parents ef183fa + c8873d8 commit 9431c8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions casefy/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# PEP-561
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ classifiers =
py_modules = casefy
python_requires = >=3.6
test_suite = tests

[options.package_data]
* = py.typed
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
package_dir={"": "casefy"},
packages=setuptools.find_packages(where="casefy"),
python_requires=">=3.6",
package_data={
"": ["py.typed"],
}
)

0 comments on commit 9431c8f

Please sign in to comment.