Skip to content

Commit cb175a1

Browse files
committed
📝 Update : Pypi long description 추가
1 parent 1303a93 commit cb175a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ParquetLoader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__name__ = 'parquet-loader'
22
__description__ = 'Parquet file Load and Read from minio & S3'
3-
__version__ = '0.0.1'
3+
__version__ = '0.0.2'
44
__url__ = 'https://github.com/Keunyoung-Jung/ParquetLoader'
55
__download_url__ = 'https://github.com/Keunyoung-Jung/ParquetLoader'
66
__install_requires__ = [

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
download_url = ParquetLoader.__download_url__,
1313
install_requires = ParquetLoader.__install_requires__,
1414
packages = find_packages(exclude = []),
15+
long_description=open('./README.md', 'r', encoding='utf-8').read(),
16+
long_description_content_type="text/markdown",
1517
keywords = ['parquet','loader','parquetloader'],
1618
python_requires = '>=3',
1719
package_data = {},

0 commit comments

Comments
 (0)