Skip to content

Commit

Permalink
adding long description
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigur committed Feb 24, 2021
1 parent c07e1ee commit 4d33d5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
#!/usr/bin/env python

import os
from setuptools import setup


# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
# string in below ...
def read(f_name):
return open(os.path.join(os.path.dirname(__file__), f_name)).read()


setup(
name='isa-rwval',
version='0.10.10',
Expand All @@ -13,6 +23,8 @@
description='Metadata tracking tools help to manage an increasingly '
'diverse set of life science, environmental and biomedical '
'experiments',
long_description=read('README.md'),
long_description_content_type='text/markdown',
author='ISA Infrastructure Team',
author_email='isatools@googlegroups.com',
url='https://github.com/ISA-tools/isa-rwval',
Expand Down

0 comments on commit 4d33d5b

Please sign in to comment.