Skip to content

Commit c5e9164

Browse files
Merge pull request #24 from casework/review_types_with_mypy
Add py.typed file to distribution
2 parents 825a669 + 5fb95e6 commit c5e9164

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

case_gnu_time/py.typed

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This software was developed at the National Institute of Standards
2+
# and Technology by employees of the Federal Government in the course
3+
# of their official duties. Pursuant to title 17 Section 105 of the
4+
# United States Code this software is not subject to copyright
5+
# protection and is in the public domain. NIST assumes no
6+
# responsibility whatsoever for its use by other parties, and makes
7+
# no guarantees, expressed or implied, about its quality,
8+
# reliability, or any other characteristic.
9+
#
10+
# We would appreciate acknowledgement if the software is used.
11+
12+
# This file is defined to support PEP 561:
13+
# https://www.python.org/dev/peps/pep-0561/

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ python_requires = >=3.7
2525
[options.entry_points]
2626
console_scripts =
2727
case_gnu_time = case_gnu_time:main
28+
29+
[options.package_data]
30+
case_gnu_time = py.typed

0 commit comments

Comments
 (0)