Mercurial > code > home > repos > homeauto
comparison lib/patchablegraph/setup.py @ 1373:f502b4d7f64c
release 0.6.0
Ignore-this: d68489fed902cda3823f8b8ed7d96893
darcs-hash:cf1c36110269f2adeeca31c635fa09559faae123
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 06 May 2019 00:03:35 -0700 |
parents | 6a6fdfd3ffa9 |
children | 703c86e08932 |
comparison
equal
deleted
inserted
replaced
1372:26dd28671f70 | 1373:f502b4d7f64c |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='patchablegraph', | 4 name='patchablegraph', |
5 version='0.5.0', | 5 version='0.6.0', |
6 packages=['patchablegraph'], | 6 packages=['patchablegraph'], |
7 package_dir={'patchablegraph': ''}, | 7 package_dir={'patchablegraph': ''}, |
8 install_requires=[ | 8 install_requires=[ |
9 'cyclone', | 9 'cyclone', |
10 'twisted', | 10 'twisted', |
12 'rdfdb >= 0.8.0', | 12 'rdfdb >= 0.8.0', |
13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', | 13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', |
14 'cycloneerr', | 14 'cycloneerr', |
15 'twisted_sse >= 0.3.0', | 15 'twisted_sse >= 0.3.0', |
16 ], | 16 ], |
17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.5.0.tar.gz', | 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.6.0.tar.gz', |
18 author='Drew Perttula', | 18 author='Drew Perttula', |
19 author_email='drewp@bigasterisk.com', | 19 author_email='drewp@bigasterisk.com', |
20 ) | 20 ) |