Sha256: 302b7df4e6091caca204b5fcfe88c2f379badc3f05de45ee1fcd4949fc416c70

Contents?: true

Size: 449 Bytes

Versions: 8

Compression:

Stored size: 449 Bytes

Contents

from setuptools import setup, find_packages
 
setup(
    name = "biointerchange",
    version = "1.0.0",
    author = "Joachim Baran, Kevin B. Cohen, Geraint Duck, Michel Dumontier, Jin-Dong Kim",
    description = ( "Wrapper for easy access to FALDO, GFF3O, GVF1O, SIO, SO and SOFA.",
                    "Part of the BioInterchange project." ),
    license = "MIT",
    url = "http://www.biointerchange.org",
    packages = find_packages()
    )

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
biointerchange-1.0.8 supplemental/python/setup.py
biointerchange-1.0.7 supplemental/python/setup.py
biointerchange-1.0.6 supplemental/python/setup.py
biointerchange-1.0.5 supplemental/python/setup.py
biointerchange-1.0.4 supplemental/python/setup.py
biointerchange-1.0.2 supplemental/python/setup.py
biointerchange-1.0.1 supplemental/python/setup.py
biointerchange-1.0.0 supplemental/python/setup.py