Mercurial > code > home > repos > homeauto
view lib/patchablegraph/setup.py @ 1420:8ffead2295e0
release 0.7.0
Ignore-this: da64b66a5123da5a08b7afa9816221ab
darcs-hash:1714de97f2c2f1cdf9f71c689f6acd81fc122371
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 04 Aug 2019 12:57:25 -0700 |
parents | 68fa0c41862b |
children | 394c57fcb0bb |
line wrap: on
line source
from setuptools import setup setup( name='patchablegraph', version='0.7.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ 'cyclone', 'twisted', 'rdflib-jsonld >= 0.3', 'rdfdb >= 0.8.0', 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', 'cycloneerr', 'twisted_sse >= 0.3.0', ], url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )