From 29732d29ded00ad1f57ca7117f2dc985608c4f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Portela=20Afonso?= Date: Fri, 29 Jan 2021 15:54:27 +0000 Subject: [PATCH] fix(package): missing long_description in setup.py --- .github/workflows/prerelease.yml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1837d2b3..5c4a8f45 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -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 diff --git a/setup.py b/setup.py index 1ac58ef2..37d90cfa 100644 --- a/setup.py +++ b/setup.py @@ -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=[