Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit cd59809

Browse files
authored
Merge pull request #32 from cloudstateio/fix/0.1.0_pypi_distr
[pypi] fixed license classifier and added long_description_content_type.
2 parents e896bb5 + 23de7e2 commit cd59809

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = Apache
55
license_file = LICENSE
66
classifiers =
77
Intended Audience :: Developers
8-
License :: OSI Approved :: Apache Version 2
8+
License :: OSI Approved :: Apache Software License
99
Operating System :: OS Independent
1010
Programming Language :: Python
1111
Programming Language :: Python :: 3.6

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
license='Apache 2.0',
1919
description='Cloudstate Python Support Library',
2020
packages=find_packages(exclude=['tests', 'shoppingcart']),
21-
long_description=open('README.md').read(),
21+
long_description=open('README.md', 'r').read(),
22+
long_description_content_type='text/markdown',
2223
zip_safe=False)

0 commit comments

Comments
 (0)