Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen authored Aug 17, 2023
1 parent ca95be6 commit a133c7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
"analyses leveraging the framework's decentralized provenance "
"data tracking.")

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name='provenance-lib',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description=short_descr,
long_description=long_description,
long_description=short_descr,
long_description_content_type='text/markdown',
url='https://github.com/qiime2/provenance-lib',
author='Chris Keefe',
Expand Down

0 comments on commit a133c7a

Please sign in to comment.