Skip to content

Commit

Permalink
Merge pull request #711 from airbnb/jg--fix_deploy_pypi
Browse files Browse the repository at this point in the history
[kp]fix pypi deploy error
  • Loading branch information
JJJ000 authored Jan 5, 2023
2 parents bfe1435 + c90a1a1 commit f081ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def run(self):
" of RMarkdowns, iPythons, and Markdowns, rendered and organized"
" to magnify research impact across teams and time "
),
long_description_content_type="text/markdown",
version=version_info["__version__"].split("_")[0], # remove git revision if present
author=version_info["__author__"],
author_email=version_info["__author_email__"],
Expand All @@ -85,7 +86,6 @@ def run(self):
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit f081ba6

Please sign in to comment.