10000 Mark package as typed (#38) · realpython/codetiming@d859e48 · GitHub
[go: up one dir, main page]

Skip to content

Commit d859e48

Browse files
authored
Mark package as typed (#38)
* Mark package as typed * Add changelog and author
1 parent 11431cd commit d859e48

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## Contributors
1212

1313
- [Jan Freyberg](https://github.com/janfreyberg)
14+
- [Alkatar21](https://github.com/alkatar21)
1415

1516

1617
See the [changelog](https://github.com/realpython/codetiming/blob/master/CHANGELOG.md) for more details.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- A `py.typed` file to mark `codetiming` as typed as specified in [PEP 561](https://peps.python.org/pep-0561/#packaging-type-information) (by [@alkatar21](https://github.com/alkatar21) in [#38])
13+
1014

1115
## [1.3.0] - 2021-02-09
1216

@@ -57,3 +61,4 @@ Initial version of `codetiming`. Version 1.0.0 corresponds to the code in the tu
5761
[#27]: https://github.com/realpython/codetiming/pull/27
5862
[#29]: https://github.com/realpython/codetiming/issues/29
5963
[#30]: https://github.com/realpython/codetiming/pull/30
64+
[#38]: https://github.com/realpython/codetiming/pull/38

codetiming/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)
0