Skip to content

Commit

Permalink
Merge pull request #105 from sanders41/types
Browse files Browse the repository at this point in the history
Adding py.typed for typing support
  • Loading branch information
sanders41 authored May 4, 2021
2 parents 111ef07 + 1999312 commit f0ab384
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.5b0
hooks:
- id: black
language_version: python3.8
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sas7bdat_converter"
version = "0.8.10"
version = "0.8.11"
description = "Convert sas7bdat and xport files into other formats"
authors = ["Paul Sanders <[email protected]>"]
license = "MIT"
Expand All @@ -16,6 +16,7 @@ classifiers=[
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
include = ["sas7bdat_converter/py.typed"]

[tool.poetry.dependencies]
python = "^3.7.1"
Expand Down
Empty file added sas7bdat_converter/py.typed
Empty file.

0 comments on commit f0ab384

Please sign in to comment.