Skip to content

Commit

Permalink
Merge pull request #5 from nokia/fix/pypi-long-desc
Browse files Browse the repository at this point in the history
Fix long description content type
  • Loading branch information
hodossy authored Sep 17, 2020
2 parents c390e51 + 0b4338b commit 5d7f5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
)
from .util import check_duplicated_labels

__version__ = '0.0.2'
__version__ = '0.0.4'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
version=pe_version,
description='Extension package for the popular Pandas library',
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
maintainer='Hodossy, Szabolcs',
maintainer_email='hodossy.szabolcs@gmail.com',
url='https://github.com/nokia/pandas-extras',
Expand Down

0 comments on commit 5d7f5d7

Please sign in to comment.