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