view lib/patchablegraph/setup.py @ 1325:b4ad96f1e632

release 0.4.0 Ignore-this: a408a3b0bc32f3ef4543fcf13f0a51e6 darcs-hash:673ca0bfa5c163d4e0df6837a067f5f5e3b10e4a
author drewp <drewp@bigasterisk.com>
date Tue, 23 Apr 2019 00:57:18 -0700
parents 2877aeffc1b5
children 8616faa55bbc
line wrap: on
line source

from setuptools import setup
 
setup(
    name='patchablegraph',
    version='0.4.0',
    packages=['patchablegraph'],
    package_dir={'patchablegraph': ''},
    install_requires=[
        'cyclone',
        'twisted',
        'rdflib-jsonld >= 0.3',
        'rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.8.0.tar.gz',
        'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93',
        'cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.1.0.tar.gz',
        'twisted_sse @ https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.3.0.tar.gz',
    ],
    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.4.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)