Skip to content

Commit

Permalink
Merge pull request #7 from appsembler/shadinaif/fix-pipy-publish
Browse files Browse the repository at this point in the history
Fix Pypi Publish
  • Loading branch information
shadinaif authored Aug 22, 2022
2 parents 4cf23c8 + 7cc5934 commit 48a34a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

from setuptools import setup

description = 'Backends and customizations for Figures in Tahoe.'

setup(
name='tahoe-figures-plugins',
version='0.1.1',
description='Backends and customizations for Figures in Tahoe.',
description=description,
long_description=description,
long_description_content_type="text/markdown",
packages=[
'tahoe_figures_plugins',
],
Expand Down

0 comments on commit 48a34a2

Please sign in to comment.