Skip to content

Commit

Permalink
fix(package): missing long_description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa committed Jan 29, 2021
1 parent 5223ab1 commit 29732d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Version
id: version
run: echo ::set-output name=value::$(cat VERSION)
run: echo ::set-output name=value::${GITHUB_REF#refs/*/}

- name: Setup Python 3.7
uses: actions/setup-python@v2
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
setup(name='ydata-synthetic',
version=version,
description='Synthetic data generation methods with different synthetization methods.',
long_description=long_description,
long_description_content_type='text/markdown',
author='YData',
author_email='community@ydata.ai',
classifiers=[
Expand Down

0 comments on commit 29732d2

Please sign in to comment.