Skip to content

Commit a543c7b

Browse files
author
Tom Augspurger
authored
Ensure planetarycomputer.scripts is packaged (#10)
1 parent 92ade21 commit a543c7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

planetary_computer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"
22
"""Library version"""

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = planetary-computer
3-
version = 0.2.1
3+
version = 0.2.2
44
license_file = LICENSE
55
author = microsoft
66
author_email = planetarycomputer@microsoft.com
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown
99
description = Planetary Computer SDK for Python
1010

1111
[options]
12-
packages = planetary_computer
12+
packages = find:
1313
install_requires =
1414
click>=7.1
1515
pydantic[dotenv]>=1.7.3

0 commit comments

Comments
 (0)