You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/16 19:27:59 UTC

[GitHub] mistercrunch closed pull request #5352: Make Pypi upload support markdown

mistercrunch closed pull request #5352: Make Pypi upload support markdown
URL: https://github.com/apache/incubator-superset/pull/5352
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pypi_push.sh b/pypi_push.sh
index 1c15cdd066..48d2e30865 100755
--- a/pypi_push.sh
+++ b/pypi_push.sh
@@ -3,5 +3,6 @@ rm superset/assets/dist/*
 cd superset/assets/
 npm run build
 cd ../..
-python setup.py sdist upload
+python setup.py sdist
+echo "RUN: twine upload dist/superset-{VERSION}.tar.gz"
 
diff --git a/setup.py b/setup.py
index bb216886a9..614d882ae0 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ def get_git_sha():
     description=(
         'A modern, enterprise-ready business intelligence web application'),
     long_description=long_description,
+    long_description_content_type='text/markdown',
     version=version_string,
     packages=find_packages(),
     include_package_data=True,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org