Skip to content

Commit 1f29c0f

Browse files
committed
Update setup: content type and dev status
1 parent 395b269 commit 1f29c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
version=version,
5151
description=u"Planet SDK for Python",
5252
long_description=Path("README.md").read_text("utf-8"),
53+
long_description_content_type="text/markdown",
5354
classifiers=[
54-
'Development Status :: 2 - Pre-Alpha',
55+
'Development Status :: 3 - Alpha',
5556
'Environment :: Console',
5657
'Intended Audience :: Developers',
5758
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)