Skip to content

Commit 84e45b7

Browse files
authored
Specifying long_description_content_type (#33)
I was wondering why our description never showed up correctly on pypi. Uploading to pypi errored telling me to specify this. Co-authored-by: Michael Strain <michael.strain@ni.com>
1 parent ccbea20 commit 84e45b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_long_description():
2727
setup(name="nifpga",
2828
description="Python API for interacting with National Instrument's LabVIEW FPGA Devices",
2929
long_description=get_long_description(),
30+
long_description_content_type="text/markdown",
3031
version=get_version(),
3132
packages=find_packages(),
3233
install_requires=['enum34;python_version<"3.4"', 'future'],

0 commit comments

Comments
 (0)