Mercurial > code > home > repos > homeauto
view lib/patchablegraph/setup.py @ 1319:005d5245a669
fix requires line
Ignore-this: 8114de3869e4da7d4eb26281d5c0826b
darcs-hash:6163625d7c6ab04b2e086fa851614e8afbc7555c
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 22 Apr 2019 23:34:42 -0700 |
parents | 16a5c8df0f20 |
children | 243b5af89842 |
line wrap: on
line source
from distutils.core import setup setup( name='patchablegraph', version='0.1.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, requires=[ 'cyclone', 'twisted', 'rdflib-jsonld(>=0.3)', 'git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales', 'https://projects.bigasterisk.com/rdfdb/rdfdb-0.1.0.tar.gz', 'https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.1.0.tar.gz', 'https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.1.0.tar.gz', ], url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )