Skip to content

Commit 48a34a2

Browse files
authored
Merge pull request #7 from appsembler/shadinaif/fix-pipy-publish
Fix Pypi Publish
2 parents 4cf23c8 + 7cc5934 commit 48a34a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
from setuptools import setup
44

5+
description = 'Backends and customizations for Figures in Tahoe.'
6+
57
setup(
68
name='tahoe-figures-plugins',
79
version='0.1.1',
8-
description='Backends and customizations for Figures in Tahoe.',
10+
description=description,
11+
long_description=description,
12+
long_description_content_type="text/markdown",
913
packages=[
1014
'tahoe_figures_plugins',
1115
],

0 commit comments

Comments
 (0)