Sha256: 073d7703419de5865d22f55cce7b1717128aeab3bca91de0d00a87ae28e3c6fc
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
from setuptools import setup, find_packages setup( name = "biointerchange", version = "0.2.2", author = "Joachim Baran, Geraint Duck", 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
biointerchange-0.2.2 | supplemental/python/setup.py |