Mercurial > code > home > repos > homeauto
comparison lib/patchablegraph/setup.py @ 713:02f876016f27
release 0.11.0
Ignore-this: 58e616ca09c022d0a43e4f08e21ba6ab
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Feb 2020 23:47:25 -0800 |
parents | 95556cacb6e1 |
children | 58f1877780b9 |
comparison
equal
deleted
inserted
replaced
712:d98c3ffe7144 | 713:02f876016f27 |
---|---|
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.10.0', | 5 version='0.11.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.10.0.tar.gz', | 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.11.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 ) |