Mercurial > code > home > repos > homeauto
comparison lib/patchablegraph/setup.py @ 593:703c86e08932
release 0.7.0
Ignore-this: 448781516de2ee8bbb5e25a2a46a679
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 Jul 2019 13:55:08 -0700 |
parents | f424dd6d221f |
children | 394c57fcb0bb |
comparison
equal
deleted
inserted
replaced
592:32939cddf360 | 593:703c86e08932 |
---|---|
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.6.0', | 5 version='0.7.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.6.0.tar.gz', | 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.7.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 ) |