File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ python_requires = >=3.7
25
25
[options.entry_points]
26
26
console_scripts =
27
27
case_gnu_time = case_gnu_time:main
28
+
29
+ [options.package_data]
30
+ case_gnu_time = py.typed
You can’t perform that action at this time.
0 commit comments