File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
### Added
6
+ - Include type information during packaging for use with e.g. ` mypy ` ([ #579 ] ( https://github.com/stac-utils/pystac/pull/579 ) )
6
7
- Optional ` dest_href ` argument to ` Catalog.save ` to allow saving ` Catalog ` instances to
7
8
locations other than their ` self ` href ([ #565 ] ( https://github.com/stac-utils/pystac/pull/565 ) )
8
9
Original file line number Diff line number Diff line change 20
20
author_email = "stac@radiant.earth" ,
21
21
url = "https://github.com/stac-utils/pystac" ,
22
22
packages = find_packages (),
23
+ package_data = {"" : ["py.typed" ]},
23
24
py_modules = [splitext (basename (path ))[0 ] for path in glob ("pystac/*.py" )],
24
- include_package_data = False ,
25
25
python_requires = ">=3.7" ,
26
26
install_requires = [
27
27
"python-dateutil>=2.7.0" ,
You can’t perform that action at this time.
0 commit comments