Sha256: 6396efc2038825549736d85bf61cf2504586797dad7427d2cbe20ec7f54ef6c4
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
from setuptools import setup, find_packages setup( name = "biointerchange", version = "0.1.3", author = "Joachim Baran, Geraint Duck", description = ( "Wrapper for easy access to GFF3O, GVF1O, SIO 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.0 | supplemental/python/setup.py |